[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: improved URLConnection javadocs

Kaffe CVS cvs-commits at kaffe.org
Thu Dec 2 11:19:29 PST 2004


PatchSet 5504 
Date: 2004/12/02 19:13:41
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Resynced with GNU Classpath: improved URLConnection javadocs

2004-12-02  Dalibor Topic  <robilad at kaffe.org>

        * libraries/javalib/java/net/URLConnection.java:
        Resynced with GNU Classpath.

        2004-11-21  Michael Koch  <konqueror at gmx.de>

        * java/net/URLConnection.java
        (getContent): Added missing @return tag.

Members: 
	ChangeLog:1.3050->1.3051 
	libraries/javalib/java/net/URLConnection.java:1.22->1.23 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3050 kaffe/ChangeLog:1.3051
--- kaffe/ChangeLog:1.3050	Thu Dec  2 19:10:06 2004
+++ kaffe/ChangeLog	Thu Dec  2 19:13:41 2004
@@ -1,5 +1,15 @@
 2004-12-02  Dalibor Topic  <robilad at kaffe.org>
 
+	* libraries/javalib/java/net/URLConnection.java:
+        Resynced with GNU Classpath.
+
+	2004-11-21  Michael Koch  <konqueror at gmx.de>
+
+	* java/net/URLConnection.java
+	(getContent): Added missing @return tag.
+
+2004-12-02  Dalibor Topic  <robilad at kaffe.org>
+
 	* libraries/javalib/javax/swing/text/FieldView.java,
 	libraries/javalib/javax/swing/text/JTextComponent.java:
 	Resynced with GNU Classpath.
Index: kaffe/libraries/javalib/java/net/URLConnection.java
diff -u kaffe/libraries/javalib/java/net/URLConnection.java:1.22 kaffe/libraries/javalib/java/net/URLConnection.java:1.23
--- kaffe/libraries/javalib/java/net/URLConnection.java:1.22	Mon Oct  4 10:13:46 2004
+++ kaffe/libraries/javalib/java/net/URLConnection.java	Thu Dec  2 19:13:43 2004
@@ -423,6 +423,8 @@
    * <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.
@@ -449,6 +451,8 @@
    * Retrieves the content of this 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




More information about the kaffe mailing list