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
@ -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.
|
||||
|
@ -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…
x
Reference in New Issue
Block a user