Merge pull request #45036 from izeye

* pr/45036:
  Polish

Closes gh-45036
This commit is contained in:
Phillip Webb
2025-04-08 11:24:34 -07:00

View File

@@ -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()));
}
}