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:
committed by
Michael Koch
parent
b53d078374
commit
2a2dd4592d
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user