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:
parent
b53d078374
commit
2a2dd4592d
2 changed files with 10 additions and 2 deletions
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue