mirror of
https://github.com/processing/processing4.git
synced 2026-02-18 04:45:37 +01:00
merged with upstream as per discussion in pull-request #2172
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user