/[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.12 by mkoch, Fri May 2 08:15:22 2003 UTC revision 1.13 by mkoch, Wed Jun 11 14:47:44 2003 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 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2000, 2002, 2003  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 160  public final class URL implements Serial Line 160  public final class URL implements Serial
160    /**    /**
161     * The protocol handler in use for this URL     * The protocol handler in use for this URL
162     */     */
163    transient private URLStreamHandler handler;    transient URLStreamHandler handler;
164    
165    /**    /**
166     * This a table where we cache protocol handlers to avoid the overhead     * This a table where we cache protocol handlers to avoid the overhead

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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