Skip to content

Commit 1b62f66

Browse files
committed
Merge branch '1.5.x'
2 parents dc020ff + e008ce2 commit 1b62f66

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart

1 file changed

+1
-1
lines changed

spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/ChangeableUrls.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ private static List<URL> getUrlsFromManifestClassPathAttribute(JarFile jarFile)
147147
urls.add(referenced.toURI().toURL());
148148
}
149149
else {
150-
System.err.println("Ignoring Class-Path entry " + entry + " found in"
150+
System.err.println("Ignoring Class-Path entry " + entry + " found in "
151151
+ jarFile.getName() + " as " + referenced
152152
+ " does not exist");
153153
}

0 commit comments

Comments
 (0)