diff options
author | Artur Signell <artur@vaadin.com> | 2016-01-14 09:21:12 +0200 |
---|---|---|
committer | elmot <elmot@vaadin.com> | 2016-01-21 17:12:09 +0200 |
commit | 89ed3b9c9a51aef9152c588d3fc94297dc715299 (patch) | |
tree | 7dedfb83ce6ed4a64fa64defbffd8e5af92fe09b | |
parent | a8b35f5d13b23d891f02f42a452f7930875cdb6a (diff) | |
download | vaadin-framework-89ed3b9c9a51aef9152c588d3fc94297dc715299.tar.gz vaadin-framework-89ed3b9c9a51aef9152c588d3fc94297dc715299.zip |
Remove out of date javadoc (#19454)
Change-Id: I594c865fb3906ff87f372a89188c80209025a119
-rw-r--r-- | server/src/com/vaadin/server/CustomizedSystemMessages.java | 6 |
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> */ |