summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/UI.java
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/com/vaadin/ui/UI.java')
-rw-r--r--server/src/com/vaadin/ui/UI.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/src/com/vaadin/ui/UI.java b/server/src/com/vaadin/ui/UI.java
index 89a36e198e..d8e440a0bf 100644
--- a/server/src/com/vaadin/ui/UI.java
+++ b/server/src/com/vaadin/ui/UI.java
@@ -701,7 +701,7 @@ public abstract class UI extends AbstractSingleComponentContainer implements
}
/**
- * @deprecated Since 7.0, replaced by
+ * @deprecated As of 7.0, replaced by
* {@link #addClickListener(ClickListener)}
**/
@Deprecated
@@ -734,7 +734,7 @@ public abstract class UI extends AbstractSingleComponentContainer implements
}
/**
- * @deprecated Since 7.0, replaced by
+ * @deprecated As of 7.0, replaced by
* {@link #removeClickListener(ClickListener)}
**/
@Deprecated
@@ -779,7 +779,7 @@ public abstract class UI extends AbstractSingleComponentContainer implements
* Setting the caption of a UI is not supported. To set the title of the
* HTML page, use Page.setTitle
*
- * @deprecated as of 7.0.0, use {@link Page#setTitle(String)}
+ * @deprecated As of 7.0, use {@link Page#setTitle(String)}
*/
@Override
@Deprecated