From cc64935345aa767e8cdb1f7b229b89060748e441 Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Tue, 25 Oct 2016 11:02:42 +0300 Subject: Update Hierarchical container JavaDocs to match code (#5864) Change-Id: I7a8520ef61ddc4dff66c326d61acbf7ccf0e76cd --- .../src/main/java/com/vaadin/v7/data/Container.java | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'compatibility-server/src/main/java/com') 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 cffd246398..23b230f20d 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 @@ -768,9 +768,8 @@ public interface Container extends Serializable { /** * Tests if the Item specified with itemId is a root Item. * The hierarchical container can have more than one root and must have - * at least one unless it is empty. The - * {@link #getParent(Object itemId)} method always returns - * null for root Items. + * at least one unless it is empty. The {@link #getParent(Object itemId)} + * method always returns null for root Items. * * @param itemId * ID of the Item whose root status is to be tested @@ -1268,7 +1267,6 @@ public interface Container extends Serializable { * {@link #removePropertySetChangeListener(PropertySetChangeListener)} **/ @Deprecated - public void removeListener( - Container.PropertySetChangeListener listener); + public void removeListener(Container.PropertySetChangeListener listener); } } -- cgit v1.2.3