mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 18:10:43 +01:00
working through contrib cleanup and simplification
This commit is contained in:
@@ -100,7 +100,7 @@ public class JavaMode extends Mode {
|
||||
public Library getCoreLibrary() {
|
||||
if (coreLibrary == null) {
|
||||
File coreFolder = Base.getContentFile("core");
|
||||
coreLibrary = new Library(coreFolder, null);
|
||||
coreLibrary = new Library(coreFolder);
|
||||
}
|
||||
return coreLibrary;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user