Browse Source

Fix typo in Tree Javadoc (#17834)

Change-Id: I0d12588169736d045beca1ddc1e2fc5659cbbf61
tags/7.5.0.beta1
Steven Spungin 9 years ago
parent
commit
56524f009a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      server/src/com/vaadin/ui/Tree.java

+ 1
- 1
server/src/com/vaadin/ui/Tree.java View File

@@ -273,7 +273,7 @@ public class Tree extends AbstractSelect implements Container.Hierarchical,
* @param sendChildTree
* flag to indicate if client needs subtree or not (may be
* cached)
* @return True iff the expand operation succeeded
* @return True if the expand operation succeeded
*/
private boolean expandItem(Object itemId, boolean sendChildTree) {


Loading…
Cancel
Save