You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by no...@apache.org on 2012/01/20 12:53:55 UTC

svn commit: r1233880 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Component.java

Author: noelgrandin
Date: Fri Jan 20 11:53:55 2012
New Revision: 1233880

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

Modified:
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Component.java

Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Component.java
URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/Component.java?rev=1233880&r1=1233879&r2=1233880&view=diff
==============================================================================
--- pivot/trunk/wtk/src/org/apache/pivot/wtk/Component.java (original)
+++ pivot/trunk/wtk/src/org/apache/pivot/wtk/Component.java Fri Jan 20 11:53:55 2012
@@ -626,7 +626,7 @@ public abstract class Component implemen
     // a parent
     private Container parent = null;
 
-    // The component's valid state
+    // The component's layout-valid state
     private boolean valid = false;
 
     // The component's location, relative to the parent's origin