summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-11-29 19:53:54 +0200
committerVaadin Code Review <review@vaadin.com>2012-12-05 09:58:53 +0000
commitcf48970096f0321321cee30cfdee91ef0b640e23 (patch)
tree5e3cf1e5267b1513bc33f0c86ffbe98e90b716b6 /client
parent82b07652e8f7795f441551893d0d864ce2754271 (diff)
downloadvaadin-framework-cf48970096f0321321cee30cfdee91ef0b640e23.tar.gz
vaadin-framework-cf48970096f0321321cee30cfdee91ef0b640e23.zip
Unified deprecation messages
Change-Id: Id0e7e957b5300c26c4424b6439b845a319966d75
Diffstat (limited to 'client')
-rw-r--r--client/src/com/vaadin/client/ApplicationConnection.java9
1 files changed, 5 insertions, 4 deletions
diff --git a/client/src/com/vaadin/client/ApplicationConnection.java b/client/src/com/vaadin/client/ApplicationConnection.java
index e5c7011436..354d809622 100644
--- a/client/src/com/vaadin/client/ApplicationConnection.java
+++ b/client/src/com/vaadin/client/ApplicationConnection.java
@@ -2889,7 +2889,7 @@ public class ApplicationConnection {
* The identifier for the event
* @return true if at least one listener has been registered on server side
* for the event identified by eventIdentifier.
- * @deprecated as of Vaadin 7. Use
+ * @deprecated As of 7.0. Use
* {@link AbstractComponentState#hasEventListener(String)}
* instead
*/
@@ -2945,7 +2945,7 @@ public class ApplicationConnection {
}
/**
- * @deprecated No longer needed in Vaadin 7
+ * @deprecated As of 7.0. No longer serves any purpose.
*/
@Deprecated
public void unregisterPaintable(ServerConnector p) {
@@ -2971,6 +2971,7 @@ public class ApplicationConnection {
* @param component
* @param uidl
* @param manageCaption
+ * @deprecated As of 7.0, no longer serves any purpose
* @return
*/
@Deprecated
@@ -2990,8 +2991,8 @@ public class ApplicationConnection {
}
/**
- * @deprecated as of Vaadin 7. Use
- * {@link AbstractComponentState#hasEventListener(String)}
+ * @deprecated As of 7.0. Use
+ * {@link AbstractComponentConnector#hasEventListener(String)}
* instead
*/
@Deprecated