mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
who needs this guy?
This commit is contained in:
@@ -60,9 +60,12 @@ public class PdePreprocessor {
|
||||
* so grab them here on construction.
|
||||
*/
|
||||
public PdePreprocessor() {
|
||||
defaultImports[JDK11] = PdePreferences.get("compiler.imports.jdk11");
|
||||
defaultImports[JDK13] = PdePreferences.get("compiler.imports.jdk13");
|
||||
defaultImports[JDK14] = PdePreferences.get("compiler.imports.jdk14");
|
||||
defaultImports[JDK11] =
|
||||
BApplet.splitStrings(PdePreferences.get("compiler.imports.jdk11"), ',');
|
||||
defaultImports[JDK13] =
|
||||
BApplet.splitStrings(PdePreferences.get("compiler.imports.jdk13"), ',');
|
||||
defaultImports[JDK14] =
|
||||
BApplet.splitStrings(PdePreferences.get("compiler.imports.jdk14"), ',');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user