mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
bringing android mode up to date, tweaking java mode
This commit is contained in:
@@ -50,7 +50,7 @@ public class Compiler {
|
||||
// String primaryClassName,
|
||||
// String sketchClassPath,
|
||||
// String bootClassPath) throws RunnerException {
|
||||
static public boolean compile(Build build) throws SketchException {
|
||||
static public boolean compile(JavaBuild build) throws SketchException {
|
||||
|
||||
// This will be filled in if anyone gets angry
|
||||
SketchException exception = null;
|
||||
|
||||
Reference in New Issue
Block a user