From 613fc18c5965fb5b25583a731d7606f3d44f4e0a Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Tue, 7 Sep 2010 15:52:26 +0000 Subject: [PATCH] fixes #5469 svn changeset:14764/svn branch:6.4 --- src/com/vaadin/ui/Tree.java | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/com/vaadin/ui/Tree.java b/src/com/vaadin/ui/Tree.java index 505f37a783..2c93a992da 100644 --- a/src/com/vaadin/ui/Tree.java +++ b/src/com/vaadin/ui/Tree.java @@ -1097,18 +1097,6 @@ public class Tree extends AbstractSelect implements Container.Hierarchical, } } - /** - * Focusing to this component is not supported. - * - * @throws UnsupportedOperationException - * if invoked. - * @see com.vaadin.ui.AbstractField#focus() - */ - @Override - public void focus() throws UnsupportedOperationException { - throw new UnsupportedOperationException(); - } - /** * Tree does not support lazy options loading mode. Setting this true will * throw UnsupportedOperationException. -- 2.39.5