2005-04-20 Michael Koch <konqueror@gmx.de>
* java/net/URLConnection.java (getContent): Fixed javadoc comment. From-SVN: r98438
This commit is contained in:
committed by
Michael Koch
parent
1701deb20b
commit
4d23e5b880
@@ -432,6 +432,8 @@ public abstract class URLConnection
|
||||
* <code>UnknownServiceException</code> so subclasses are encouraged
|
||||
* to override this method.</p>
|
||||
*
|
||||
* @return the content
|
||||
*
|
||||
* @exception IOException If an error with the connection occurs.
|
||||
* @exception UnknownServiceException If the protocol does not support the
|
||||
* content type at all.
|
||||
@@ -459,6 +461,8 @@ public abstract class URLConnection
|
||||
*
|
||||
* @param classes The allowed classes for the content
|
||||
*
|
||||
* @return the content
|
||||
*
|
||||
* @exception IOException If an error occurs
|
||||
* @exception UnknownServiceException If the protocol does not support the
|
||||
* content type
|
||||
|
||||
Reference in New Issue
Block a user