diff options
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) { |