diff options
author | Artur Signell <artur@vaadin.com> | 2016-01-14 09:21:12 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-01-18 07:48:30 +0000 |
commit | aa5e54685d681db112e7b35407b646e26549bfe9 (patch) | |
tree | fbf274560318d27b4d033772040c86d9eb035384 /server/src/com/vaadin | |
parent | 50690c3af6c816461b54719efc0a4f7cf9fd4d5f (diff) | |
download | vaadin-framework-aa5e54685d681db112e7b35407b646e26549bfe9.tar.gz vaadin-framework-aa5e54685d681db112e7b35407b646e26549bfe9.zip |
Remove out of date javadoc (#19454)
Change-Id: If5461521aec2fd2faef0f51d6e0fe724ce3a899e
Diffstat (limited to 'server/src/com/vaadin')
-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> */ |