/[classpath]/inetlib/source/gnu/inet/ftp/FTPURLStreamHandler.java
ViewVC logotype

Diff of /inetlib/source/gnu/inet/ftp/FTPURLStreamHandler.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:49 2003 UTC
# Line 41  import java.net.URLStreamHandler; Line 41  import java.net.URLStreamHandler;
41  public class FTPURLStreamHandler extends URLStreamHandler  public class FTPURLStreamHandler extends URLStreamHandler
42  {  {
43    
44          /**          /**
45           * Returns an FTPURLConnection for the given URL.           * Returns an FTPURLConnection for the given URL.
46           */           */
47          public URLConnection openConnection(URL url)    public URLConnection openConnection(URL url) throws IOException
48                  throws IOException    {
49          {      return new FTPURLConnection(url);
50                  return new FTPURLConnection(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