]> source.dussan.org Git - vaadin-framework.git/commitdiff
#8125 Javadoc update
authorArtur Signell <artur@vaadin.com>
Wed, 21 Dec 2011 08:09:46 +0000 (10:09 +0200)
committerArtur Signell <artur@vaadin.com>
Wed, 21 Dec 2011 08:09:46 +0000 (10:09 +0200)
src/com/vaadin/data/util/NestedMethodProperty.java

index d3c715591738918e9feeda477dac8f894154b32b..d7b0f449127a53822e91bdfa4ae147599f11c3da 100644 (file)
@@ -193,9 +193,8 @@ public class NestedMethodProperty<T> extends AbstractProperty<T> {
     }
 
     /**
-     * Sets the value of the property. This method supports setting from
-     * <code>String</code>s if either <code>String</code> 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.