You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/com.google.cloud.tools.eclipse.appengine.libraries.test/src/com/google/cloud/tools/eclipse/appengine/libraries/BuildPathTest.java
Copy file name to clipboardExpand all lines: plugins/com.google.cloud.tools.eclipse.appengine.libraries.ui/src/com/google/cloud/tools/eclipse/appengine/libraries/ui/AppEngineLibrariesPage.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ public IClasspathEntry[] getNewContainers() {
Copy file name to clipboardExpand all lines: plugins/com.google.cloud.tools.eclipse.appengine.libraries/src/com/google/cloud/tools/eclipse/appengine/libraries/BuildPath.java
+22-3Lines changed: 22 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -89,10 +89,18 @@ public static IClasspathEntry[] addLibraries(
Copy file name to clipboardExpand all lines: plugins/com.google.cloud.tools.eclipse.appengine.libraries/src/com/google/cloud/tools/eclipse/appengine/libraries/ILibraryClasspathContainerResolverService.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ enum AppEngineRuntime {
56
56
57
57
58
58
/**
59
-
* Verifies that dependencies of a given runtime are available either locally or can be downloaded
59
+
* Verifies that dependencies of a given runtime are available locally or can be downloaded.
60
60
*
61
61
* @return {@link Status#OK_STATUS} if all dependencies are available,
62
62
* {@link Status#CANCEL_STATUS} if the operation was cancelled via the <code>monitor</code>, or a
0 commit comments