--- 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;