jdk/src/java.base/share/classes/java/net/URLStreamHandler.java
changeset 32649 2ee9017c7597
parent 26720 6b160d97c51d
child 43215 f3d46da34ae9
--- a/jdk/src/java.base/share/classes/java/net/URLStreamHandler.java	Wed Sep 16 08:24:40 2015 -0400
+++ b/jdk/src/java.base/share/classes/java/net/URLStreamHandler.java	Tue Sep 15 21:56:04 2015 -0700
@@ -68,7 +68,7 @@
      * @exception  IOException  if an I/O error occurs while opening the
      *               connection.
      */
-    abstract protected URLConnection openConnection(URL u) throws IOException;
+    protected abstract URLConnection openConnection(URL u) throws IOException;
 
     /**
      * Same as openConnection(URL), except that the connection will be