2005-04-20 Michael Koch <konqueror@gmx.de>
authorMichael Koch <konqueror@gmx.de>
Wed, 20 Apr 2005 05:37:46 +0000 (05:37 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Wed, 20 Apr 2005 05:37:46 +0000 (05:37 +0000)
* java/net/URLConnection.java
(getContent): Fixed javadoc comment.

From-SVN: r98438

libjava/ChangeLog
libjava/java/net/URLConnection.java

index 109791be76c102142e80404043ec7e154e75c564..f989f1fdb18d475bfed21894785858ce3291b169 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * java/net/URL.java:
index 3b3355cc11ec4884b4bd493413d4584d41ab672c..f636ddd3bf5add0b2957f4ea48f30b6bf4003822 100644 (file)
@@ -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