classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch: FYI: 2 javadoc fixes


From: Tom Tromey
Subject: [cp-patches] Patch: FYI: 2 javadoc fixes
Date: 26 Sep 2005 12:21:22 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

I'm checking this in.

This fixes a couple of javadoc warnings from Eclipse.

Tom

2005-09-26  Tom Tromey  <address@hidden>

        * 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 address@hidden InvocationHandler}.  The method
- *      address@hidden #newInstance} is shorthand to do the necessary
- *      reflection.</li>
+ *      address@hidden #newProxyInstance(ClassLoader, Class[], 
InvocationHandler)}
+ *      is shorthand to do the necessary reflection.</li>
  * </ul>
  *
  * <h3>Proxy Instances</h3>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]