diff options
Diffstat (limited to 'java/src/IceInternal/Util.java')
-rw-r--r-- | java/src/IceInternal/Util.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceInternal/Util.java b/java/src/IceInternal/Util.java index ea4fab28a12..4bd8ef592e2 100644 --- a/java/src/IceInternal/Util.java +++ b/java/src/IceInternal/Util.java @@ -48,7 +48,7 @@ public final class Util catch(IllegalArgumentException ex) { // - // With JDK-7 this can happen if the result url (base url + path) produces a + // With JDK-7 this can happen if the result url (base url + path) produces a // malformed url for an URLClassLoader. For example the code in following // comment will produce this exception under Windows. // |