working through contrib cleanup and simplification

This commit is contained in:
Ben Fry
2013-02-16 13:41:00 -05:00
parent 08b2496477
commit 13c926eeb4
11 changed files with 552 additions and 634 deletions

View File

@@ -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;
}