You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2012/10/18 11:13:18 UTC

svn commit: r1399561 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/TreeView.java

Author: smartini
Date: Thu Oct 18 09:13:18 2012
New Revision: 1399561

URL: http://svn.apache.org/viewvc?rev=1399561&view=rev
Log:
merge from 2.0.x: clarified method called, as suggested by FindBugs

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

Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/TreeView.java
URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/TreeView.java?rev=1399561&r1=1399560&r2=1399561&view=diff
==============================================================================
--- pivot/trunk/wtk/src/org/apache/pivot/wtk/TreeView.java (original)
+++ pivot/trunk/wtk/src/org/apache/pivot/wtk/TreeView.java Thu Oct 18 09:13:18 2012
@@ -615,7 +615,7 @@ public class TreeView extends Component 
             }
 
             // Remove child handlers
-            clear();
+            super.clear();
 
             // Update our data structures
             clearPaths(expandedPaths, path);