]> source.dussan.org Git - vaadin-framework.git/commitdiff
Remove out of date javadoc (#19454)
authorArtur Signell <artur@vaadin.com>
Thu, 14 Jan 2016 07:21:12 +0000 (09:21 +0200)
committerVaadin Code Review <review@vaadin.com>
Mon, 18 Jan 2016 07:48:30 +0000 (07:48 +0000)
Change-Id: If5461521aec2fd2faef0f51d6e0fe724ce3a899e

server/src/com/vaadin/server/CustomizedSystemMessages.java

index 9aef4f5cf3d6b953ae42680e99b4a68118e3d457..0a7f864f40d073cd0cf8d8cba97b775be58c0ad7 100644 (file)
@@ -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>
  */