Commit 4d23e5b8 by Michael Koch Committed by Michael Koch

2005-04-20 Michael Koch <konqueror@gmx.de>

	* java/net/URLConnection.java
	(getContent): Fixed javadoc comment.

From-SVN: r98438
parent 1701deb2
2005-04-20 Michael Koch <konqueror@gmx.de>
* java/net/URLConnection.java
(getContent): Fixed javadoc comment.
2005-04-20 Andrew John Hughes <gnu_andrew@member.fsf.org> 2005-04-20 Andrew John Hughes <gnu_andrew@member.fsf.org>
* java/net/URL.java: * java/net/URL.java:
......
...@@ -432,6 +432,8 @@ public abstract class URLConnection ...@@ -432,6 +432,8 @@ public abstract class URLConnection
* <code>UnknownServiceException</code> so subclasses are encouraged * <code>UnknownServiceException</code> so subclasses are encouraged
* to override this method.</p> * to override this method.</p>
* *
* @return the content
*
* @exception IOException If an error with the connection occurs. * @exception IOException If an error with the connection occurs.
* @exception UnknownServiceException If the protocol does not support the * @exception UnknownServiceException If the protocol does not support the
* content type at all. * content type at all.
...@@ -459,6 +461,8 @@ public abstract class URLConnection ...@@ -459,6 +461,8 @@ public abstract class URLConnection
* *
* @param classes The allowed classes for the content * @param classes The allowed classes for the content
* *
* @return the content
*
* @exception IOException If an error occurs * @exception IOException If an error occurs
* @exception UnknownServiceException If the protocol does not support the * @exception UnknownServiceException If the protocol does not support the
* content type * content type
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment