Minor Javadoc polish

This commit is contained in:
Phillip Webb 2013-05-08 14:32:13 -07:00
parent 88a1c1de41
commit a8d6b435a4
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -34,7 +34,7 @@ import org.springframework.bootstrap.cli.compiler.GroovyCompilerConfiguration;
/**
* {@link CompilerAutoConfiguration} for Spring Bootstrap.
*
*
* @author Dave Syer
* @author Phillip Webb
*/

View File

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