Merge branch '1.5.x'

pull/9557/merge
Stephane Nicoll 8 years ago
commit 1b62f664e4

@ -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