From 2bc6c9decca4449717d52ddce428dc8f00769028 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Mon, 25 May 2009 09:09:58 +0000 Subject: #2643 fix some demo warnings (mostly serialization related) svn changeset:7985/svn branch:6.0 --- src/com/vaadin/demo/featurebrowser/JavaScriptAPIExample.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/com/vaadin/demo/featurebrowser/JavaScriptAPIExample.java') diff --git a/src/com/vaadin/demo/featurebrowser/JavaScriptAPIExample.java b/src/com/vaadin/demo/featurebrowser/JavaScriptAPIExample.java index 06b3815d9a..70ff20daac 100644 --- a/src/com/vaadin/demo/featurebrowser/JavaScriptAPIExample.java +++ b/src/com/vaadin/demo/featurebrowser/JavaScriptAPIExample.java @@ -20,6 +20,7 @@ import com.vaadin.ui.Button.ClickEvent; * An example using a RichTextArea to edit a Label in XHTML-mode. * */ +@SuppressWarnings("serial") public class JavaScriptAPIExample extends CustomComponent { public static final String txt = "

For advanced client side programmers Vaadin offers a simple method which can be used to force sync client with server. This may be needed for example if another part of a mashup changes things on server.

(more examples will be added here as the APIs are made public)

javascript:vaadin.forceSync();"; -- cgit v1.2.3