/[classpath]/classpath/gnu/java/net/protocol/file/Handler.java
ViewVC logotype

Diff of /classpath/gnu/java/net/protocol/file/Handler.java

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

revision 1.9 by mkoch, Sat Oct 18 09:12:38 2003 UTC revision 1.10 by mkoch, Sat Oct 18 10:04:10 2003 UTC
# Line 70  public class Handler extends URLStreamHa Line 70  public class Handler extends URLStreamHa
70    protected URLConnection openConnection (URL url)    protected URLConnection openConnection (URL url)
71      throws IOException      throws IOException
72    {    {
73      return new gnu.java.net.protocol.file.FileURLConnection (url);      return new Connection (url);
74    }    }
75    
76    /**    /**

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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