aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Field.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/ui/Field.java')
-rw-r--r--src/com/vaadin/ui/Field.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/vaadin/ui/Field.java b/src/com/vaadin/ui/Field.java
index 3a66db47b0..6dc40d192f 100644
--- a/src/com/vaadin/ui/Field.java
+++ b/src/com/vaadin/ui/Field.java
@@ -89,6 +89,7 @@ public interface Field<T> extends Component, BufferedValidatable, Property<T>,
*
* @return the Source Property of the event.
*/
+ @Override
public Property getProperty() {
return (Property) getSource();
}