From 79b4ed10cbfdd65c94cced64ba78da21350a22ba Mon Sep 17 00:00:00 2001
From: Artur Signell
Date: Mon, 4 Mar 2013 15:41:23 +0200
Subject: [PATCH] Corrected javadoc regarding nested property support (#8210)
Change-Id: Idad9a5f4f747487eb2a2f1cda96e14d17b86ed24
---
server/src/com/vaadin/data/util/BeanContainer.java | 3 +--
server/src/com/vaadin/data/util/BeanItemContainer.java | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
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
--
2.39.5