]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes #3565: CommunicationManager is not serializable
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Fri, 23 Oct 2009 12:19:03 +0000 (12:19 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Fri, 23 Oct 2009 12:19:03 +0000 (12:19 +0000)
 * Added 'implements Serializable' to OpenWindowCache class

svn changeset:9336/svn branch:6.2

src/com/vaadin/terminal/gwt/server/CommunicationManager.java

index 2dfa6b1a190e59bf4df1ee4c0340325e625fd80f..8e73098454351162bebd981b76918c69d398bcd6 100644 (file)
@@ -1594,7 +1594,7 @@ public class CommunicationManager implements Paintable.RepaintRequestListener,
      * 
      * TODO make customlayout templates (from theme) to be cached here.
      */
-    class OpenWindowCache {
+    class OpenWindowCache implements Serializable {
 
         private Set<Object> res = new HashSet<Object>();