From: Joonas Lehtinen Date: Thu, 11 Sep 2008 12:42:42 +0000 (+0000) Subject: documentation fix X-Git-Tag: 6.7.0.beta1~4176 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d5b6cabba7eaa595429b19e13e3cb233b87500fe;p=vaadin-framework.git documentation fix svn changeset:5388/svn branch:trunk --- 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 */