summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/com/vaadin')
-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>
*/