mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 22:29:18 +01:00
add java.io.File to the default imports (issue 1453)
This commit is contained in:
@@ -950,6 +950,7 @@ public class PdePreprocessor {
|
||||
return new String[] {
|
||||
"java.util.HashMap",
|
||||
"java.util.ArrayList",
|
||||
"java.io.File",
|
||||
"java.io.BufferedReader",
|
||||
"java.io.PrintWriter",
|
||||
"java.io.InputStream",
|
||||
|
||||
Reference in New Issue
Block a user