diff options
Diffstat (limited to 'src/com/vaadin/event/FieldEvents.java')
-rw-r--r-- | src/com/vaadin/event/FieldEvents.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/vaadin/event/FieldEvents.java b/src/com/vaadin/event/FieldEvents.java index b298590a8c..0280aebb76 100644 --- a/src/com/vaadin/event/FieldEvents.java +++ b/src/com/vaadin/event/FieldEvents.java @@ -23,6 +23,7 @@ public interface FieldEvents { * class really will send the events, or if it just defines the methods to
* be able to implement an interface.
* </p>
+ *
* @since 6.2
* @see FocusListener
* @see FocusEvent
@@ -60,6 +61,7 @@ public interface FieldEvents { * class really will send the events, or if it just defines the methods to
* be able to implement an interface.
* </p>
+ *
* @since 6.2
* @see BlurListener
* @see BlurEvent
|