rt/emul/mini/src/main/java/java/net/URLStreamHandler.java
changeset 1985 cd1cc103a03c
parent 772 d382dacfd73f
     1.1 --- a/rt/emul/mini/src/main/java/java/net/URLStreamHandler.java	Tue Feb 26 16:54:16 2013 +0100
     1.2 +++ b/rt/emul/mini/src/main/java/java/net/URLStreamHandler.java	Tue Jan 17 07:04:06 2017 +0100
     1.3 @@ -25,6 +25,8 @@
     1.4  
     1.5  package java.net;
     1.6  
     1.7 +import java.io.IOException;
     1.8 +
     1.9  
    1.10  /**
    1.11   * The abstract class <code>URLStreamHandler</code> is the common
    1.12 @@ -62,7 +64,7 @@
    1.13       * @exception  IOException  if an I/O error occurs while opening the
    1.14       *               connection.
    1.15       */
    1.16 -//    abstract protected URLConnection openConnection(URL u) throws IOException;
    1.17 +    abstract protected URLConnection openConnection(URL u) throws IOException;
    1.18  
    1.19      /**
    1.20       * Same as openConnection(URL), except that the connection will be