diff options
author | Leif Åstrand <leif@vaadin.com> | 2015-09-09 13:22:05 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-11-25 08:37:48 +0000 |
commit | dadeb9765728f4cb5c97cdb57833de416d673701 (patch) | |
tree | d4741e867a95bf79c643e0802b54dde3034608bc /server/src | |
parent | 39c7d9f68a3723feeebf3b05646aaef2fe3ce070 (diff) | |
download | vaadin-framework-dadeb9765728f4cb5c97cdb57833de416d673701.tar.gz vaadin-framework-dadeb9765728f4cb5c97cdb57833de416d673701.zip |
Fix javadoc copied from CellStyleGenerator
Change-Id: I305c0aaeba04c4c1416ecebd708f377f8f28f4a1
Diffstat (limited to 'server/src')
-rw-r--r-- | server/src/com/vaadin/ui/Tree.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 * <tt>v-tree-node-[style name]</tt>. */ public interface ItemStyleGenerator extends Serializable { |