/[classpath]/inetlib/source/gnu/inet/gopher/GopherURLStreamHandler.java
ViewVC logotype

Diff of /inetlib/source/gnu/inet/gopher/GopherURLStreamHandler.java

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

revision 1.1 by dog, Sun Oct 19 15:40:03 2003 UTC revision 1.2 by dog, Sun Oct 19 16:16:50 2003 UTC
# Line 41  import java.net.URLStreamHandler; Line 41  import java.net.URLStreamHandler;
41  public class GopherURLStreamHandler extends URLStreamHandler  public class GopherURLStreamHandler extends URLStreamHandler
42  {  {
43    
44          /**          /**
45           * Returns a GopherURLConnection for the given URL.           * Returns a GopherURLConnection for the given URL.
46           */           */
47          public URLConnection openConnection(URL url)    public URLConnection openConnection(URL url) throws IOException
48                  throws IOException    {
49          {      return new GopherURLConnection(url);
50                  return new GopherURLConnection(url);    }
         }  
51    
52  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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