diff options
author | Artur Signell <artur.signell@itmill.com> | 2008-09-02 12:53:12 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2008-09-02 12:53:12 +0000 |
commit | 04ce8311762c5f3144a9e566df279bd0e2e774a8 (patch) | |
tree | 7fbe583bc53a1c02b2d01612aad73d6729d1a5d1 /src/com/itmill/toolkit/demo/featurebrowser/TreeExample.java | |
parent | e8e41a3dc6c2e4a4ce9bb500f0c0aab93b214bc3 (diff) | |
download | vaadin-framework-04ce8311762c5f3144a9e566df279bd0e2e774a8.tar.gz vaadin-framework-04ce8311762c5f3144a9e566df279bd0e2e774a8.zip |
Mass format
svn changeset:5331/svn branch:trunk
Diffstat (limited to 'src/com/itmill/toolkit/demo/featurebrowser/TreeExample.java')
-rw-r--r-- | src/com/itmill/toolkit/demo/featurebrowser/TreeExample.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/itmill/toolkit/demo/featurebrowser/TreeExample.java b/src/com/itmill/toolkit/demo/featurebrowser/TreeExample.java index 8ba9b99474..215bb88ba0 100644 --- a/src/com/itmill/toolkit/demo/featurebrowser/TreeExample.java +++ b/src/com/itmill/toolkit/demo/featurebrowser/TreeExample.java @@ -137,9 +137,9 @@ public class TreeExample extends CustomComponent implements Action.Handler, * Helper to add an item with specified caption and (optional) parent. * * @param caption - * The item caption + * The item caption * @param parent - * The (optional) parent item id + * The (optional) parent item id * @return the created item's id */ private Object addCaptionedItem(String caption, Object parent) { |