jdk/src/share/classes/java/net/URLConnection.java
changeset 14014 da3648e13e67
parent 10596 39b3a979e600
child 14342 8435a30053c1
--- a/jdk/src/share/classes/java/net/URLConnection.java	Sat Sep 29 15:44:06 2012 +0400
+++ b/jdk/src/share/classes/java/net/URLConnection.java	Mon Oct 01 15:36:57 2012 +0100
@@ -1241,10 +1241,9 @@
 
     /**
      * Gets the Content Handler appropriate for this connection.
-     * @param connection the connection to use.
      */
     synchronized ContentHandler getContentHandler()
-    throws UnknownServiceException
+        throws UnknownServiceException
     {
         String contentType = stripOffParameters(getContentType());
         ContentHandler handler = null;