aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/automatedtests/featurebrowser/ClientCachingExample.java
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2009-04-17 15:02:33 +0000
committerArtur Signell <artur.signell@itmill.com>2009-04-17 15:02:33 +0000
commit2bd4106c653cf87e63532977d43c787288cf4918 (patch)
tree5ba193bd987c84dfe9cd719b32e213d7c4b9d6a2 /src/com/itmill/toolkit/automatedtests/featurebrowser/ClientCachingExample.java
parent38ebfd1a0edb1cc8f16c9138cc714b8671a544a9 (diff)
downloadvaadin-framework-2bd4106c653cf87e63532977d43c787288cf4918.tar.gz
vaadin-framework-2bd4106c653cf87e63532977d43c787288cf4918.zip
Removed serialVersionUIDs, added serial warning suppression
svn changeset:7461/svn branch:6.0
Diffstat (limited to 'src/com/itmill/toolkit/automatedtests/featurebrowser/ClientCachingExample.java')
-rw-r--r--src/com/itmill/toolkit/automatedtests/featurebrowser/ClientCachingExample.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/itmill/toolkit/automatedtests/featurebrowser/ClientCachingExample.java b/src/com/itmill/toolkit/automatedtests/featurebrowser/ClientCachingExample.java
index b43770d45f..af4b6e8827 100644
--- a/src/com/itmill/toolkit/automatedtests/featurebrowser/ClientCachingExample.java
+++ b/src/com/itmill/toolkit/automatedtests/featurebrowser/ClientCachingExample.java
@@ -21,9 +21,9 @@ import com.itmill.toolkit.ui.VerticalLayout;
*
* @author IT Mill Ltd.
*/
+@SuppressWarnings("serial")
public class ClientCachingExample extends CustomComponent {
- private static final long serialVersionUID = -1033520074262036031L;
private static final String msg = "This example is a (simple) demonstration of client-side caching."
+ " The content in one tab is intentionally made very slow to"
+ " 'produce' server-side. When you changes to this tab for the"
@@ -53,7 +53,6 @@ public class ClientCachingExample extends CustomComponent {
layout = new VerticalLayout();
layout.setMargin(true);
l = new Label("Slow label - until cached client side.") {
- private static final long serialVersionUID = -2741194381200799815L;
@Override
public void paintContent(PaintTarget target) throws PaintException {