From: Michael Koch Date: Wed, 20 Apr 2005 05:37:46 +0000 (+0000) Subject: 2005-04-20 Michael Koch X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4d23e5b880bccc4f4c5759dc3c22351dc5e58060;p=gcc.git 2005-04-20 Michael Koch * java/net/URLConnection.java (getContent): Fixed javadoc comment. From-SVN: r98438 --- diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 109791be76c..f989f1fdb18 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2005-04-20 Michael Koch + + * java/net/URLConnection.java + (getContent): Fixed javadoc comment. + 2005-04-20 Andrew John Hughes * java/net/URL.java: diff --git a/libjava/java/net/URLConnection.java b/libjava/java/net/URLConnection.java index 3b3355cc11e..f636ddd3bf5 100644 --- a/libjava/java/net/URLConnection.java +++ b/libjava/java/net/URLConnection.java @@ -432,6 +432,8 @@ public abstract class URLConnection * UnknownServiceException so subclasses are encouraged * to override this method.

* + * @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