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 99d53a5 + 07d09f3 commit e008ce2Copy full SHA for e008ce2
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