home *** CD-ROM | disk | FTP | other *** search
/ Game.EXE 2001 February / GAME_2.ISO / utilities / Opera 5.01 / Opera501_final_nonjava.exe / OPERA.JAR / opera / FtpURLConnection.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-12-07  |  239 b   |  10 lines

  1. package opera;
  2.  
  3. import java.net.URL;
  4.  
  5. public class FtpURLConnection extends OperaURLConnection {
  6.    protected FtpURLConnection(URL var1) {
  7.       super(var1);
  8.    }
  9. }
  10.