Skip to content

Commit 0dc0240

Browse files
izeyephilwebb
authored andcommitted
Polish
Signed-off-by: Johnny Lim <[email protected]> See gh-45036
1 parent 2d3ccda commit 0dc0240

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-boot-tests/spring-boot-integration-tests/spring-boot-server-tests/src/intTest/java/org/springframework/boot/context/embedded/EmbeddedServerContainerInvocationContextProvider.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ private AbstractApplicationLauncher getAbstractApplicationLauncher(Application a
130130
return launcher;
131131
}
132132
catch (NoSuchMethodException ex) {
133-
throw new IllegalStateException("Launcher class %s does not have an (Application, File) constructor");
133+
throw new IllegalStateException(String
134+
.format("Launcher class %s does not have an (Application, File) constructor", launcherClass.getName()));
134135
}
135136
}
136137

0 commit comments

Comments
 (0)