From 4d23e5b880bccc4f4c5759dc3c22351dc5e58060 Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Wed, 20 Apr 2005 05:37:46 +0000 Subject: [PATCH] 2005-04-20 Michael Koch * java/net/URLConnection.java (getContent): Fixed javadoc comment. From-SVN: r98438 --- libjava/ChangeLog | 5 +++++ libjava/java/net/URLConnection.java | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 109791be76c..f989f1fdb18 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2005-04-20 Michael Koch + + * java/net/URLConnection.java + (getContent): Fixed javadoc comment. + 2005-04-20 Andrew John Hughes * java/net/URL.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 -- 2.30.2