Minor Javadoc polish
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -34,7 +34,7 @@ import org.springframework.bootstrap.cli.compiler.GroovyCompilerConfiguration;
|
||||
|
||||
/**
|
||||
* {@link CompilerAutoConfiguration} for Spring Bootstrap.
|
||||
*
|
||||
*
|
||||
* @author Dave Syer
|
||||
* @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 {
|
||||
|
||||
Reference in New Issue
Block a user