mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 04:19:03 +00:00
+2
-1
@@ -130,7 +130,8 @@ class EmbeddedServerContainerInvocationContextProvider
|
||||
return launcher;
|
||||
}
|
||||
catch (NoSuchMethodException ex) {
|
||||
throw new IllegalStateException("Launcher class %s does not have an (Application, File) constructor");
|
||||
throw new IllegalStateException(String
|
||||
.format("Launcher class %s does not have an (Application, File) constructor", launcherClass.getName()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user