diff --git a/java/src/processing/mode/java/PreprocService.java b/java/src/processing/mode/java/PreprocService.java index d76b00319..6821883ea 100644 --- a/java/src/processing/mode/java/PreprocService.java +++ b/java/src/processing/mode/java/PreprocService.java @@ -570,7 +570,7 @@ public class PreprocService { /// COMPILATION ----------------------------------------------------------- /** - * Perform compilation with binding on a transformed Processing sketch. + * Perform compilation on a transformed Processing sketch. * *

* Perform compilation with optional binding on a transformed Processing @@ -597,11 +597,11 @@ public class PreprocService { } /** - * Perform compilation with binding on a sketch of multiple files. + * Perform compilation on a sketch with ".java" tabs. * *

- * Perform compilation with binding on a transformed Processing sketch that - * contains Java files beyond the generated sketch after preprocessing. + * Perform compilation with optional binding on a transformed Processing sketch + * containing Java files beyond the generated sketch after preprocessing. *

* * @param sketchSource Full processing sketch source code without the