I'm checking this in.

This fixes a couple of javadoc warnings from Eclipse.

Tom

2005-09-26  Tom Tromey  <[EMAIL PROTECTED]>

        * java/lang/reflect/Proxy.java: Javadoc fix.
        * java/io/OutputStreamWriter.java (OutputStreamWriter): Javadoc fix.

Index: java/io/OutputStreamWriter.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/io/OutputStreamWriter.java,v
retrieving revision 1.19
diff -u -r1.19 OutputStreamWriter.java
--- java/io/OutputStreamWriter.java     23 Sep 2005 21:28:14 -0000      1.19
+++ java/io/OutputStreamWriter.java     26 Sep 2005 18:14:02 -0000
@@ -229,7 +229,7 @@
    * <code>CharsetEncoder</code>.
    *
    * @param out The <code>OutputStream</code> to write to
-   * @param cs The <code>CharsetEncoder</code> to encode the output with
+   * @param enc The <code>CharsetEncoder</code> to encode the output with
    */
   public OutputStreamWriter(OutputStream out, CharsetEncoder enc)
   {
Index: java/lang/reflect/Proxy.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/lang/reflect/Proxy.java,v
retrieving revision 1.23
diff -u -r1.23 Proxy.java
--- java/lang/reflect/Proxy.java        13 Sep 2005 22:19:15 -0000      1.23
+++ java/lang/reflect/Proxy.java        26 Sep 2005 18:14:03 -0000
@@ -111,8 +111,8 @@
  *      the only way to create an instance of the proxy class.</li>
  *  <li>The proxy class contains a single constructor, which takes as
  *      its only argument an [EMAIL PROTECTED] InvocationHandler}.  The method
- *      [EMAIL PROTECTED] #newInstance} is shorthand to do the necessary
- *      reflection.</li>
+ *      [EMAIL PROTECTED] #newProxyInstance(ClassLoader, Class[], 
InvocationHandler)}
+ *      is shorthand to do the necessary reflection.</li>
  * </ul>
  *
  * <h3>Proxy Instances</h3>


_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to