This patch simply fixes a few typos in the documentation
of one of the lang.management beans.

Changelog:

2006-08-11  Andrew John Hughes  <[EMAIL PROTECTED]>

        * vm/reference/gnu/java/lang/management/VMMemoryMXBeanImpl.java:
        Fix documentation typos.

-- 
Andrew :-)

Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html
public class gcj extends Freedom implements Java { ... }
Index: vm/reference/gnu/java/lang/management/VMMemoryMXBeanImpl.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/vm/reference/gnu/java/lang/management/VMMemoryMXBeanImpl.java,v
retrieving revision 1.2
diff -u -3 -p -u -r1.2 VMMemoryMXBeanImpl.java
--- vm/reference/gnu/java/lang/management/VMMemoryMXBeanImpl.java       2 Jul 
2006 20:32:44 -0000       1.2
+++ vm/reference/gnu/java/lang/management/VMMemoryMXBeanImpl.java       11 Aug 
2006 22:58:55 -0000
@@ -90,7 +90,7 @@ final class VMMemoryMXBeanImpl
    * information when memory is allocated and deallocated.  The
    * format of the output is left up to the virtual machine.
    *
-   * @return true if verbose class loading output is on.
+   * @return true if verbose memory usage output is on.
    */
   static native boolean isVerbose();
 
@@ -101,7 +101,7 @@ final class VMMemoryMXBeanImpl
    * may be called by multiple threads concurrently, but there
    * is only one global setting of verbosity that is affected.
    *
-   * @param verbose the new setting for verbose class loading
+   * @param verbose the new setting for verbose memory usage
    *                output.
    */
   static native void setVerbose(boolean verbose);

Attachment: signature.asc
Description: Digital signature

Reply via email to