aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Tree.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/ui/Tree.java')
-rw-r--r--src/com/vaadin/ui/Tree.java19
1 files changed, 4 insertions, 15 deletions
diff --git a/src/com/vaadin/ui/Tree.java b/src/com/vaadin/ui/Tree.java
index 67a036580b..082b9f4624 100644
--- a/src/com/vaadin/ui/Tree.java
+++ b/src/com/vaadin/ui/Tree.java
@@ -319,22 +319,11 @@ public class Tree extends AbstractSelect implements Container.Hierarchical,
/* Component API */
- /**
- * Gets the UIDL tag corresponding to the component.
- *
- * @see com.vaadin.ui.AbstractComponent#getTag()
- */
- @Override
- public String getTag() {
- return "tree";
- }
-
- /**
- * Called when one or more variables handled by the implementing class are
- * changed.
+ /*
+ * (non-Javadoc)
*
- * @see com.vaadin.terminal.VariableOwner#changeVariables(Object source, Map
- * variables)
+ * @see com.vaadin.ui.AbstractSelect#changeVariables(java.lang.Object,
+ * java.util.Map)
*/
@Override
public void changeVariables(Object source, Map variables) {