]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix javadoc copied from CellStyleGenerator
authorLeif Åstrand <leif@vaadin.com>
Wed, 9 Sep 2015 10:22:05 +0000 (13:22 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 25 Nov 2015 08:37:48 +0000 (08:37 +0000)
Change-Id: I305c0aaeba04c4c1416ecebd708f377f8f28f4a1

server/src/com/vaadin/ui/Tree.java

index c46f7ca6eeee9d4d171792335bd5737902faff03..5e6ac5502733e3246b264569704af6c0f33b739d 100644 (file)
@@ -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 {