From 29699b99925a2539b1baddd7def4a27db5cf476d Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Thu, 2 Dec 2010 11:59:32 +0000 Subject: [PATCH] #6074 more changes based on review svn changeset:16277/svn branch:6.5 --- src/com/vaadin/data/util/BeanContainer.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/com/vaadin/data/util/BeanContainer.java b/src/com/vaadin/data/util/BeanContainer.java index a4a7fcbf6f..46e29dc286 100644 --- a/src/com/vaadin/data/util/BeanContainer.java +++ b/src/com/vaadin/data/util/BeanContainer.java @@ -38,7 +38,7 @@ import com.vaadin.data.Item; *

* Note that explicit item identifiers can also be used when a resolver has been * set by calling the addItem*() methods - the resolver is only used when adding - * beans using the addBean*() methods. + * beans using the addBean*() or {@link #addAll(Collection)} methods. *

* *

@@ -139,7 +139,6 @@ public class BeanContainer extends * @param propertyId * the identifier of the property to use to find item identifiers */ - // overridden to make public public void setBeanIdProperty(Object propertyId) { setBeanIdResolver(createBeanPropertyResolver(propertyId)); } -- 2.39.5