]> source.dussan.org Git - vaadin-framework.git/commitdiff
documentation fix
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Thu, 11 Sep 2008 12:42:42 +0000 (12:42 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Thu, 11 Sep 2008 12:42:42 +0000 (12:42 +0000)
svn changeset:5388/svn branch:trunk

src/com/itmill/toolkit/data/Property.java

index 2aacdb9a22b8f801de6e597740b7f3d8bd71ce2f..42e438025c8487001a23a98764d0fccda473f963 100644 (file)
@@ -36,7 +36,8 @@ package com.itmill.toolkit.data;
 public interface Property {
 
     /**
-     * Gets the value stored in the Property.
+     * Gets the value stored in the Property. The returned object is compatible
+     * with the class returned by getType().
      * 
      * @return the value stored in the Property
      */