We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc020ff + e008ce2 commit 1b62f66Copy full SHA for 1b62f66
spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/ChangeableUrls.java
@@ -147,7 +147,7 @@ private static List<URL> getUrlsFromManifestClassPathAttribute(JarFile jarFile)
147
urls.add(referenced.toURI().toURL());
148
}
149
else {
150
- System.err.println("Ignoring Class-Path entry " + entry + " found in"
+ System.err.println("Ignoring Class-Path entry " + entry + " found in "
151
+ jarFile.getName() + " as " + referenced
152
+ " does not exist");
153
0 commit comments