]> source.dussan.org Git - vaadin-framework.git/commitdiff
Corrected javadoc regarding nested property support (#8210)
authorArtur Signell <artur@vaadin.com>
Mon, 4 Mar 2013 13:41:23 +0000 (15:41 +0200)
committerVaadin Code Review <review@vaadin.com>
Wed, 6 Mar 2013 09:23:48 +0000 (09:23 +0000)
Change-Id: Idad9a5f4f747487eb2a2f1cda96e14d17b86ed24

server/src/com/vaadin/data/util/BeanContainer.java
server/src/com/vaadin/data/util/BeanItemContainer.java

index 36ac414ad61619536237cc6e02433d968a031c35..4e435aabcc5dd3f5afca6026df58ac54ccfda9a0 100644 (file)
@@ -55,8 +55,7 @@ import java.util.Collection;
  * </p>
  * 
  * <p>
- * 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.
  * </p>
  * 
  * @param <IDTYPE>
index b501c064264602ec7bdb08bc8f3edfbff7cf443a..e7b38d8b8826d8103c58444d76dfb26c898bf31c 100644 (file)
@@ -43,8 +43,7 @@ import java.util.Collection;
  * </p>
  * 
  * <p>
- * 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.
  * </p>
  * 
  * @param <BEANTYPE>