You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/10/27 11:56:03 UTC

svn commit: r830129 - in /incubator/pivot/trunk: core/src/org/apache/pivot/collections/ wtk/src/org/apache/pivot/wtk/ wtk/src/org/apache/pivot/wtk/content/

Author: tvolkert
Date: Tue Oct 27 10:56:03 2009
New Revision: 830129

URL: http://svn.apache.org/viewvc?rev=830129&view=rev
Log:
Fixed indentation

Modified:
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/MapList.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TextInput.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/ListViewItemRenderer.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TreeViewNodeRenderer.java

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/MapList.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/MapList.java?rev=830129&r1=830128&r2=830129&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/MapList.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/MapList.java Tue Oct 27 10:56:03 2009
@@ -161,7 +161,7 @@
                 previousSource.getMapListeners().remove(mapHandler);
             }
 
-                source.getMapListeners().add(mapHandler);
+            source.getMapListeners().add(mapHandler);
 
             // Update source
             this.source = source;

Modified: incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TextInput.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TextInput.java?rev=830129&r1=830128&r2=830129&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TextInput.java (original)
+++ incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TextInput.java Tue Oct 27 10:56:03 2009
@@ -226,7 +226,7 @@
                 previousTextNode.getNodeListeners().remove(textNodeListener);
             }
 
-                textNode.getNodeListeners().add(textNodeListener);
+            textNode.getNodeListeners().add(textNodeListener);
 
             // Clear the selection
             this.textNode = textNode;

Modified: incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/ListViewItemRenderer.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/ListViewItemRenderer.java?rev=830129&r1=830128&r2=830129&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/ListViewItemRenderer.java (original)
+++ incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/ListViewItemRenderer.java Tue Oct 27 10:56:03 2009
@@ -78,7 +78,7 @@
             } else if (item instanceof Image) {
                 icon = (Image)item;
             } else {
-                    text = item.toString();
+                text = item.toString();
             }
 
             // Update the image view

Modified: incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TreeViewNodeRenderer.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TreeViewNodeRenderer.java?rev=830129&r1=830128&r2=830129&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TreeViewNodeRenderer.java (original)
+++ incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TreeViewNodeRenderer.java Tue Oct 27 10:56:03 2009
@@ -91,7 +91,7 @@
             } else if (node instanceof Image) {
                 icon = (Image)node;
             } else {
-                    text = node.toString();
+                text = node.toString();
             }
 
             // Update the image view