You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by nd...@apache.org on 2008/05/25 06:14:19 UTC

svn commit: r659909 - /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/Class.java

Author: ndbeyer
Date: Sat May 24 21:14:18 2008
New Revision: 659909

URL: http://svn.apache.org/viewvc?rev=659909&view=rev
Log:
correct comment

Modified:
    harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/Class.java

Modified: harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/Class.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/Class.java?rev=659909&r1=659908&r2=659909&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/Class.java (original)
+++ harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/Class.java Sat May 24 21:14:18 2008
@@ -81,7 +81,7 @@
     transient SoftReference<GACache> softCache;
     
     /** 
-     * Indicates where the following properties have been calculated;
+     * Indicates whether the following properties have been calculated;
      * isSerializable, isExternalizable, isPrimitive
      * 
      * @see #resolveProperties()