summaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/automatedtests/featurebrowser/ClientCachingExample.java
diff options
context:
space:
mode:
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 {