aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2016-01-14 09:21:12 +0200
committerVaadin Code Review <review@vaadin.com>2016-01-18 07:48:30 +0000
commitaa5e54685d681db112e7b35407b646e26549bfe9 (patch)
treefbf274560318d27b4d033772040c86d9eb035384 /server
parent50690c3af6c816461b54719efc0a4f7cf9fd4d5f (diff)
downloadvaadin-framework-aa5e54685d681db112e7b35407b646e26549bfe9.tar.gz
vaadin-framework-aa5e54685d681db112e7b35407b646e26549bfe9.zip
Remove out of date javadoc (#19454)
Change-Id: If5461521aec2fd2faef0f51d6e0fe724ce3a899e
Diffstat (limited to 'server')
-rw-r--r--server/src/com/vaadin/server/CustomizedSystemMessages.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/server/src/com/vaadin/server/CustomizedSystemMessages.java b/server/src/com/vaadin/server/CustomizedSystemMessages.java
index 9aef4f5cf3..0a7f864f40 100644
--- a/server/src/com/vaadin/server/CustomizedSystemMessages.java
+++ b/server/src/com/vaadin/server/CustomizedSystemMessages.java
@@ -46,12 +46,6 @@ import java.io.Serializable;
* server returned and invalid response.</li>
* <li>Internal error: unhandled critical server error (e.g out of memory,
* database crash)
- * <li>Out of sync: the client is not in sync with the server. E.g the user
- * opens two windows showing the same application, but the application does not
- * support this and uses the same Window instance. When the user makes changes
- * in one of the windows - the other window is no longer in sync, and (for
- * instance) pressing a button that is no longer present in the UI will cause a
- * out-of-sync -situation.
* </p>
*/