Closes gh-10282
This commit is contained in:
Johnny Lim
2017-09-13 22:26:06 +09:00
committed by Stephane Nicoll
parent d89f3f9f2a
commit bd2d08bcd0
16 changed files with 21 additions and 33 deletions

View File

@@ -28,7 +28,7 @@ import org.gradle.api.file.FileCollection;
import org.springframework.boot.loader.tools.MainClassFinder;
/**
* A {@link Callable} that provide a convention for the project's main class name.
* A {@link Callable} that provides a convention for the project's main class name.
*
* @author Andy Wilkinson
*/