mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 10:55:38 +01:00
more code cleanup
This commit is contained in:
@@ -31,7 +31,7 @@ import processing.app.Sketch;
|
||||
/**
|
||||
* Autosave utility for saving sketch backups in the background after
|
||||
* certain intervals
|
||||
*
|
||||
* NOTE: This was developed as an experiment, but disabled for now.
|
||||
* @author Manindra Moharana <me@mkmoharana.com>
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -161,7 +161,7 @@ public class CompilationChecker {
|
||||
}
|
||||
|
||||
List<ClassFile> getResults() {
|
||||
System.out.println("Calling get results");
|
||||
//System.out.println("Calling get results");
|
||||
return this.classes;
|
||||
}
|
||||
}
|
||||
@@ -268,12 +268,11 @@ public class CompilationChecker {
|
||||
try {
|
||||
urls[i] = jarList.get(i).toURI().toURL();
|
||||
} catch (MalformedURLException e) {
|
||||
// TODO Auto-generated catch block
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
urlClassLoader = new URLClassLoader(urls);
|
||||
System.out.println("URL Classloader ready");
|
||||
//System.out.println("URL Classloader ready");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user