From: Artur Signell Date: Mon, 4 Mar 2013 13:41:23 +0000 (+0200) Subject: Corrected javadoc regarding nested property support (#8210) X-Git-Tag: 7.0.2~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=79b4ed10cbfdd65c94cced64ba78da21350a22ba;p=vaadin-framework.git Corrected javadoc regarding nested property support (#8210) Change-Id: Idad9a5f4f747487eb2a2f1cda96e14d17b86ed24 --- diff --git a/server/src/com/vaadin/data/util/BeanContainer.java b/server/src/com/vaadin/data/util/BeanContainer.java index 36ac414ad6..4e435aabcc 100644 --- a/server/src/com/vaadin/data/util/BeanContainer.java +++ b/server/src/com/vaadin/data/util/BeanContainer.java @@ -55,8 +55,7 @@ import java.util.Collection; *

* *

- * It is not possible to add additional properties to the container and nested - * bean properties are not supported. + * It is not possible to add additional properties to the container. *

* * @param diff --git a/server/src/com/vaadin/data/util/BeanItemContainer.java b/server/src/com/vaadin/data/util/BeanItemContainer.java index b501c06426..e7b38d8b88 100644 --- a/server/src/com/vaadin/data/util/BeanItemContainer.java +++ b/server/src/com/vaadin/data/util/BeanItemContainer.java @@ -43,8 +43,7 @@ import java.util.Collection; *

* *

- * It is not possible to add additional properties to the container and nested - * bean properties are not supported. + * It is not possible to add additional properties to the container. *

* * @param