From 51c0978af84f5383fcf25bd92b1cbbea28243edd Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Mon, 24 Oct 2016 15:15:30 +0300 Subject: [PATCH] Update Hierarchical container JavaDocs to match code (#5864) Change-Id: Iaac3c77d80f950c683841264c4907340278354a6 --- .../src/main/java/com/vaadin/v7/data/Container.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compatibility-server/src/main/java/com/vaadin/v7/data/Container.java b/compatibility-server/src/main/java/com/vaadin/v7/data/Container.java index 5a73d360e4..cffd246398 100644 --- a/compatibility-server/src/main/java/com/vaadin/v7/data/Container.java +++ b/compatibility-server/src/main/java/com/vaadin/v7/data/Container.java @@ -672,7 +672,8 @@ public interface Container extends Serializable { * ID of the Item whose children the caller is interested in * @return An unmodifiable {@link java.util.Collection collection} * containing the IDs of all other Items that are children in - * the container hierarchy + * the container hierarchy; {@code null} if item does not have + * any children. */ public Collection getChildren(Object itemId); -- 2.39.5