Merge pull request #9597 from mmoayyed:patch-1

* pr/9597:
  Add missing whitespace in log
This commit is contained in:
Stephane Nicoll 2017-06-26 08:49:14 +02:00
commit e008ce2517
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}