From 699b32f08657ed9aec4e772d630b77c670ff6af3 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Wed, 21 Dec 2011 10:09:46 +0200 Subject: [PATCH] #8125 Javadoc update --- src/com/vaadin/data/util/NestedMethodProperty.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/com/vaadin/data/util/NestedMethodProperty.java b/src/com/vaadin/data/util/NestedMethodProperty.java index d3c7155917..d7b0f44912 100644 --- a/src/com/vaadin/data/util/NestedMethodProperty.java +++ b/src/com/vaadin/data/util/NestedMethodProperty.java @@ -193,9 +193,8 @@ public class NestedMethodProperty extends AbstractProperty { } /** - * Sets the value of the property. This method supports setting from - * Strings if either String is directly assignable - * to property type, or the type class contains a string constructor. + * Sets the value of the property. The new value must be assignable to the + * type of this property. * * @param newValue * the New value of the property. -- 2.39.5