diff options
Diffstat (limited to 'src/com/vaadin/demo/featurebrowser/TreeExample.java')
-rw-r--r-- | src/com/vaadin/demo/featurebrowser/TreeExample.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/vaadin/demo/featurebrowser/TreeExample.java b/src/com/vaadin/demo/featurebrowser/TreeExample.java index c4d7a54a38..a440cbb25c 100644 --- a/src/com/vaadin/demo/featurebrowser/TreeExample.java +++ b/src/com/vaadin/demo/featurebrowser/TreeExample.java @@ -21,6 +21,7 @@ import com.vaadin.ui.Tree; * functionality, and a ValueChangeListener reacts to both the Tree and the * TextField. */ +@SuppressWarnings("serial") public class TreeExample extends CustomComponent implements Action.Handler, Tree.ValueChangeListener { |