merged with upstream as per discussion in pull-request #2172

This commit is contained in:
Daniel Howe
2013-10-29 01:56:51 +08:00
parent 1497d42d59
commit efbfe4bcba
3 changed files with 4 additions and 5 deletions

View File

@@ -558,7 +558,7 @@ public class JavaEditor extends Editor {
String[] list = lib.getSpecifiedImports(); // ask the library for its imports
if (list == null) {
// Default to old behavior and load every package in the primary jar
// Default to old behavior and load each package in the primary jar
list = Base.packageListFromClassPath(lib.getJarPath());
}