summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/event/LayoutEvents.java
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/com/vaadin/event/LayoutEvents.java')
-rw-r--r--server/src/com/vaadin/event/LayoutEvents.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/com/vaadin/event/LayoutEvents.java b/server/src/com/vaadin/event/LayoutEvents.java
index c113ff1595..1a1283912c 100644
--- a/server/src/com/vaadin/event/LayoutEvents.java
+++ b/server/src/com/vaadin/event/LayoutEvents.java
@@ -81,7 +81,7 @@ public interface LayoutEvents {
public void addLayoutClickListener(LayoutClickListener listener);
/**
- * @deprecated Since 7.0, replaced by
+ * @deprecated As of 7.0, replaced by
* {@link #addLayoutClickListener(LayoutClickListener)}
**/
@Deprecated
@@ -96,7 +96,7 @@ public interface LayoutEvents {
public void removeLayoutClickListener(LayoutClickListener listener);
/**
- * @deprecated Since 7.0, replaced by
+ * @deprecated As of 7.0, replaced by
* {@link #removeLayoutClickListener(LayoutClickListener)}
**/
@Deprecated