diff options
author | Michael Koch <konqueror@gmx.de> | 2005-04-20 05:37:46 +0000 |
---|---|---|
committer | Michael Koch <mkoch@gcc.gnu.org> | 2005-04-20 05:37:46 +0000 |
commit | 4d23e5b880bccc4f4c5759dc3c22351dc5e58060 (patch) | |
tree | 0d04e0e2fe3c52965c26bbc10e9dcf05f2f80108 /libjava/java/net/URLConnection.java | |
parent | 1701deb20b24ba922ac690b5af8a7d2360ca3530 (diff) | |
download | gcc-4d23e5b880bccc4f4c5759dc3c22351dc5e58060.zip gcc-4d23e5b880bccc4f4c5759dc3c22351dc5e58060.tar.gz gcc-4d23e5b880bccc4f4c5759dc3c22351dc5e58060.tar.bz2 |
2005-04-20 Michael Koch <konqueror@gmx.de>
* java/net/URLConnection.java
(getContent): Fixed javadoc comment.
From-SVN: r98438
Diffstat (limited to 'libjava/java/net/URLConnection.java')
-rw-r--r-- | libjava/java/net/URLConnection.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libjava/java/net/URLConnection.java b/libjava/java/net/URLConnection.java index 3b3355c..f636ddd 100644 --- a/libjava/java/net/URLConnection.java +++ b/libjava/java/net/URLConnection.java @@ -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 |