From dadeb9765728f4cb5c97cdb57833de416d673701 Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Wed, 9 Sep 2015 13:22:05 +0300 Subject: Fix javadoc copied from CellStyleGenerator Change-Id: I305c0aaeba04c4c1416ecebd708f377f8f28f4a1 --- server/src/com/vaadin/ui/Tree.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/com') diff --git a/server/src/com/vaadin/ui/Tree.java b/server/src/com/vaadin/ui/Tree.java index c46f7ca6ee..5e6ac55027 100644 --- a/server/src/com/vaadin/ui/Tree.java +++ b/server/src/com/vaadin/ui/Tree.java @@ -1413,7 +1413,7 @@ public class Tree extends AbstractSelect implements Container.Hierarchical, /** * ItemStyleGenerator can be used to add custom styles to tree items. The - * CSS class name that will be added to the cell content is + * CSS class name that will be added to the item content is * v-tree-node-[style name]. */ public interface ItemStyleGenerator extends Serializable { -- cgit v1.2.3