Browse Source

Merge pull request #9597 from mmoayyed:patch-1

* pr/9597:
  Add missing whitespace in log
pull/9585/merge
Stephane Nicoll 9 years ago
parent
commit
e008ce2517
  1. 2
      spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/ChangeableUrls.java

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

@ -147,7 +147,7 @@ final class ChangeableUrls implements Iterable<URL> { @@ -147,7 +147,7 @@ final class ChangeableUrls implements Iterable<URL> {
urls.add(referenced.toURI().toURL());
}
else {
System.err.println("Ignoring Class-Path entry " + entry + " found in"
System.err.println("Ignoring Class-Path entry " + entry + " found in "
+ jarFile.getName() + " as " + referenced
+ " does not exist");
}

Loading…
Cancel
Save