Skip to content

Commit

Permalink
move a test from BEF to SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
plaird committed Jan 4, 2022
1 parent bb0b0bc commit 9baa902
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk-copybara-reverse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bef_root=$(pwd)

# DESTINATION
if [ -z "${SDK_DIR+xxx}" ]; then
echo "Please set the location of Bazel Eclipse on your filesystem using the SDK_DIR env variable."
echo "Please set the location of Bazel SDK on your filesystem using the SDK_DIR env variable."
echo " This is the absolute path of the directory that contains the WORKSPACE file of bazel-java-sdk"
exit 1
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package com.salesforce.bazel.eclipse.launch;
package com.salesforce.bazel.sdk.lang.jvm;

import static org.junit.Assert.assertEquals;

Expand Down

0 comments on commit 9baa902

Please sign in to comment.