* 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
+2005-04-20 Michael Koch <konqueror@gmx.de>
+
+ * java/net/URLConnection.java
+ (getContent): Fixed javadoc comment.
+
2005-04-20 Andrew John Hughes <gnu_andrew@member.fsf.org>
* java/net/URL.java:
* <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.
*
* @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