diff options
author | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-20 05:37:46 +0000 |
---|---|---|
committer | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-20 05:37:46 +0000 |
commit | 2092026690051fa7abf44651cdee3e626d7f58dc (patch) | |
tree | 0d04e0e2fe3c52965c26bbc10e9dcf05f2f80108 /libjava/java/net | |
parent | b515669fbbf60e9e911ea232570bacc1a07ecdae (diff) | |
download | ppe42-gcc-2092026690051fa7abf44651cdee3e626d7f58dc.tar.gz ppe42-gcc-2092026690051fa7abf44651cdee3e626d7f58dc.zip |
2005-04-20 Michael Koch <konqueror@gmx.de>
* java/net/URLConnection.java
(getContent): Fixed javadoc comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98438 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/java/net')
-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 3b3355cc11e..f636ddd3bf5 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 |