Add missing whitespace in log

Closes gh-9597
This commit is contained in:
Misagh Moayyed 2017-06-25 12:45:55 -07:00 committed by Stephane Nicoll
parent dc020ffa6c
commit b39c59e97a
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");
}