diff options
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 |