From: Artur Signell Date: Wed, 21 Dec 2011 08:09:46 +0000 (+0200) Subject: #8125 Javadoc update X-Git-Tag: 7.0.0.alpha1~57 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=699b32f08657ed9aec4e772d630b77c670ff6af3;p=vaadin-framework.git #8125 Javadoc update --- 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.