Sfoglia il codice sorgente

Fix typo in Tree Javadoc (#17834)

Change-Id: I0d12588169736d045beca1ddc1e2fc5659cbbf61
tags/7.5.0.beta1
Steven Spungin 9 anni fa
parent
commit
56524f009a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      server/src/com/vaadin/ui/Tree.java

+ 1
- 1
server/src/com/vaadin/ui/Tree.java Vedi 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…
Annulla
Salva