aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>2008-09-11 12:42:42 +0000
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>2008-09-11 12:42:42 +0000
commitd5b6cabba7eaa595429b19e13e3cb233b87500fe (patch)
tree00846a984b26eee228a34350bde6f796d8ede521
parent24a9b4c972706ea438b4a5c7e281a07c0c4b13a0 (diff)
downloadvaadin-framework-d5b6cabba7eaa595429b19e13e3cb233b87500fe.tar.gz
vaadin-framework-d5b6cabba7eaa595429b19e13e3cb233b87500fe.zip
documentation fix
svn changeset:5388/svn branch:trunk
-rw-r--r--src/com/itmill/toolkit/data/Property.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/itmill/toolkit/data/Property.java b/src/com/itmill/toolkit/data/Property.java
index 2aacdb9a22..42e438025c 100644
--- a/src/com/itmill/toolkit/data/Property.java
+++ b/src/com/itmill/toolkit/data/Property.java
@@ -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
*/