mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 03:11:08 +01:00
Updated comment
Comment said function throws RunnerException, but function throws SketchException which isn't related to RunnerException
This commit is contained in:
@@ -54,7 +54,7 @@ public class Compiler {
|
||||
* @param sketch Sketch object to be compiled, used for placing exceptions
|
||||
* @param buildPath Where the temporary files live and will be built from.
|
||||
* @return true if successful.
|
||||
* @throws RunnerException Only if there's a problem. Only then.
|
||||
* @throws SketchException Only if there's a problem. Only then.
|
||||
*/
|
||||
static public boolean compile(JavaBuild build) throws SketchException {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user