This commit is contained in:
Johnny Lim
2016-12-21 14:51:42 -08:00
committed by Phillip Webb
parent 4aac1e3f90
commit e12b4a944f
10 changed files with 18 additions and 19 deletions

View File

@@ -372,7 +372,7 @@ public abstract class MainClassFinder {
/**
* Handle the specified main class.
* @param mainClass the mainClass
* @param mainClass the main class
* @return a non-null value if processing should end or {@code null} to continue
*/
T doWith(MainClass mainClass);