Commit e008ce25 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #9597 from mmoayyed:patch-1

* pr/9597:
  Add missing whitespace in log
parents 99d53a59 07d09f3f
...@@ -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()); urls.add(referenced.toURI().toURL());
} }
else { 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 + jarFile.getName() + " as " + referenced
+ " does not exist"); + " does not exist");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment