summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/src/com/vaadin/ui/Tree.java2
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 {