URL.java: Formatting cleanups.
authorMichael Koch <konqueror@gmx.de>
Tue, 19 Apr 2005 10:31:51 +0000 (10:31 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Tue, 19 Apr 2005 10:31:51 +0000 (10:31 +0000)
2005-04-19  Michael Koch  <konqueror@gmx.de>

* java/net/URL.java: Formatting cleanups.

From-SVN: r98399

libjava/ChangeLog
libjava/java/net/URL.java

index d122fb0..d44dd2b 100644 (file)
@@ -1,5 +1,9 @@
 2005-04-19  Michael Koch  <konqueror@gmx.de>
 
+       * java/net/URL.java: Formatting cleanups.
+
+2005-04-19  Michael Koch  <konqueror@gmx.de>
+
        * java/awt/FontMetrics.java: Reformatted.
        (getFontRenderContext): Handle case when java.awt.Graphics context is
        given.
index 576e2d3..ec86766 100644 (file)
@@ -900,7 +900,8 @@ public final class URL implements Serializable
          {
            systemClassLoader = (ClassLoader) AccessController.doPrivileged
              (new PrivilegedAction() {
-                 public Object run() {
+                 public Object run()
+                 {
                    return ClassLoader.getSystemClassLoader();
                  }
                });
@@ -922,7 +923,10 @@ public final class URL implements Serializable
               {
                 throw death;
               }
-           catch (Throwable t) { /* ignored */ }
+           catch (Throwable t)
+             {
+               // Ignored.
+             }
          }
         while (ph == null && pkgPrefix.hasMoreTokens());
       }