@ -31,7 +31,7 @@ import org.codehaus.groovy.control.CompilerConfiguration;
import org.codehaus.groovy.control.SourceUnit;
/**
* Extension of the {@link GroovyClassLoader} that support for obtaining '.class' files as
* Extension of the {@link GroovyClassLoader} with support for obtaining '.class' files as
* resources.
*
* @author Phillip Webb
@ -67,7 +67,7 @@ public class BootstrapRunner {
* Compile and run the application. This method is synchronized as it can be called by
* file monitoring threads.
* @throws Exception
* @throws Exception on error
*/
public synchronized void compileAndRun() throws Exception {
try {