URL.java: Formatting cleanups.

2005-04-19  Michael Koch  <konqueror@gmx.de>

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

From-SVN: r98399
This commit is contained in:
Michael Koch 2005-04-19 10:31:51 +00:00 committed by Michael Koch
parent b53d078374
commit 2a2dd4592d
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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.

View 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());
}