From 6abdfa052cc7d50e47b19dcd656b6464f3046576 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Wed, 24 Mar 2010 17:07:25 +0000 Subject: minor javadoc enhancement svn changeset:12078/svn branch:6.3 --- src/com/vaadin/data/util/HierarchicalContainer.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/com/vaadin/data/util/HierarchicalContainer.java b/src/com/vaadin/data/util/HierarchicalContainer.java index 7a5f0b2387..681303d709 100644 --- a/src/com/vaadin/data/util/HierarchicalContainer.java +++ b/src/com/vaadin/data/util/HierarchicalContainer.java @@ -329,11 +329,14 @@ public class HierarchicalContainer extends IndexedContainer implements } /** - * Moves a node in the container immediately after a sibling node. The two - * nodes must have the same parent in the container. + * Moves a node (an Item) in the container immediately after a sibling node. + * The two nodes must have the same parent in the container. * * @param itemId + * the identifier of the moved node (Item) * @param siblingId + * the identifier of the reference node (Item), after which the + * other node will be located */ public void moveAfterSibling(Object itemId, Object siblingId) { Object parent2 = getParent(itemId); -- cgit v1.2.3