From 0255c6acad25fe0f44246e5d00ea1c58c7a1a429 Mon Sep 17 00:00:00 2001 From: Sean McKenna Date: Sun, 9 Jun 2013 00:42:46 -0600 Subject: [PATCH] add comment to new processing-java variable for default output folder --- app/src/processing/mode/java/Commander.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/processing/mode/java/Commander.java b/app/src/processing/mode/java/Commander.java index 4d36864a5..bda76f0fa 100644 --- a/app/src/processing/mode/java/Commander.java +++ b/app/src/processing/mode/java/Commander.java @@ -104,7 +104,7 @@ public class Commander implements RunnerListener { String pdePath = null; // path to the .pde file String outputPath = null; File outputFolder = null; - boolean outputSet = false; + boolean outputSet = false; // set an output folder boolean force = false; // replace that no good output folder // String preferencesPath = null; int platform = PApplet.platform; // default to this platform