Skip to content

Commit 8dd0c91

Browse files
committed
Merge pull request #45036 from izeye
* pr/45036: Polish Closes gh-45036
2 parents 2d3ccda + 0dc0240 commit 8dd0c91

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)