Updated comment

Comment said function throws RunnerException, but function throws SketchException which isn't related to RunnerException
This commit is contained in:
Tobias Pristupin
2018-02-20 08:30:45 -05:00
committed by GitHub
parent 4a90bb003f
commit bb48d84766

View File

@@ -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 {