From bb48d84766905841e29310214da457a5eb27fe39 Mon Sep 17 00:00:00 2001 From: Tobias Pristupin Date: Tue, 20 Feb 2018 08:30:45 -0500 Subject: [PATCH] Updated comment Comment said function throws RunnerException, but function throws SketchException which isn't related to RunnerException --- java/src/processing/mode/java/Compiler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/src/processing/mode/java/Compiler.java b/java/src/processing/mode/java/Compiler.java index 27c5c1f8c..b68e6df73 100644 --- a/java/src/processing/mode/java/Compiler.java +++ b/java/src/processing/mode/java/Compiler.java @@ -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 {