Skip to content

Commit e008ce2

Browse files
committed
Merge pull request #9597 from mmoayyed:patch-1
* pr/9597: Add missing whitespace in log
2 parents 99d53a5 + 07d09f3 commit e008ce2

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)