Polish
Signed-off-by: Johnny Lim <izeye@naver.com> See gh-45036
This commit is contained in:
parent
2d3ccda335
commit
0dc0240c06
|
@ -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()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue