/[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.16 by mkoch, Sat Jul 19 16:31:55 2003 UTC revision 1.17 by mkoch, Sun Jul 20 09:20:17 2003 UTC
# Line 163  public final class URL implements Serial Line 163  public final class URL implements Serial
163    transient URLStreamHandler ph;    transient URLStreamHandler ph;
164    
165    /**    /**
    * This a table where we cache protocol handlers to avoid the overhead  
    * of looking them up each time.  
    */  
   private static Hashtable handlers = new Hashtable();  
   
   /**  
166     * If an application installs its own protocol handler factory, this is     * If an application installs its own protocol handler factory, this is
167     * where we keep track of it.     * where we keep track of it.
168     */     */

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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