/[classpath]/classpath/java/net/URL.java
ViewVC logotype

Diff of /classpath/java/net/URL.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.42 by mkoch, Tue Jan 11 20:42:29 2005 UTC revision 1.43 by mkoch, Mon Feb 21 16:21:49 2005 UTC
# Line 1  Line 1 
1  /* URL.java -- Uniform Resource Locator Class  /* URL.java -- Uniform Resource Locator Class
2     Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004     Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005
3     Free Software Foundation, Inc.     Free Software Foundation, Inc.
4    
5  This file is part of GNU Classpath.  This file is part of GNU Classpath.
# Line 882  public final class URL implements Serial Line 882  public final class URL implements Serial
882            {            {
883              systemClassLoader = (ClassLoader) AccessController.doPrivileged              systemClassLoader = (ClassLoader) AccessController.doPrivileged
884                (new PrivilegedAction() {                (new PrivilegedAction() {
885                    public Object run() {                    public Object run()
886                      {
887                      return ClassLoader.getSystemClassLoader();                      return ClassLoader.getSystemClassLoader();
888                    }                    }
889                  });                  });
# Line 904  public final class URL implements Serial Line 905  public final class URL implements Serial
905                {                {
906                  throw death;                  throw death;
907                }                }
908              catch (Throwable t) { /* ignored */ }              catch (Throwable t)
909                  {
910                    // Ignored.
911                  }
912            }            }
913           while (ph == null && pkgPrefix.hasMoreTokens());           while (ph == null && pkgPrefix.hasMoreTokens());
914        }        }

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26