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

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

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

revision 1.4 by mkoch, Sat Oct 18 09:12:38 2003 UTC revision 1.5 by mkoch, Sat Oct 18 10:04:11 2003 UTC
# Line 64  public class Handler extends URLStreamHa Line 64  public class Handler extends URLStreamHa
64     */     */
65    protected URLConnection openConnection (URL url) throws IOException    protected URLConnection openConnection (URL url) throws IOException
66    {    {
67      return new gnu.java.net.protocol.jar.JarURLConnection (url);      return new Connection (url);
68    }    }
69    
70    /**    /**

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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