From 2092026690051fa7abf44651cdee3e626d7f58dc Mon Sep 17 00:00:00 2001 From: mkoch Date: Wed, 20 Apr 2005 05:37:46 +0000 Subject: 2005-04-20 Michael Koch * 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 --- libjava/java/net/URLConnection.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libjava/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 -- cgit v1.2.3