From 0ae745206a9ebc759a126606621f6cbd9f48b00d Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Mon, 19 Jan 2015 15:03:11 +0200 Subject: [PATCH] Remove unusable code Change-Id: I5bfa459695da3fe4d2cb271952b8c112b7052e97 --- server/src/com/vaadin/ui/Tree.java | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/server/src/com/vaadin/ui/Tree.java b/server/src/com/vaadin/ui/Tree.java index a86a9bd64b..3c5758c1ea 100644 --- a/server/src/com/vaadin/ui/Tree.java +++ b/server/src/com/vaadin/ui/Tree.java @@ -1301,19 +1301,6 @@ public class Tree extends AbstractSelect implements Container.Hierarchical, } } - /** - * Tree does not support lazy options loading mode. Setting this true will - * throw UnsupportedOperationException. - * - * @see com.vaadin.ui.Select#setLazyLoading(boolean) - */ - public void setLazyLoading(boolean useLazyLoading) { - if (useLazyLoading) { - throw new UnsupportedOperationException( - "Lazy options loading is not supported by Tree."); - } - } - private ItemStyleGenerator itemStyleGenerator; private DropHandler dropHandler; -- 2.39.5