aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/demo/featurebrowser/JavaScriptAPIExample.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/demo/featurebrowser/JavaScriptAPIExample.java')
-rw-r--r--src/com/vaadin/demo/featurebrowser/JavaScriptAPIExample.java1
1 files changed, 1 insertions, 0 deletions
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 = "<p>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.</p> (more examples will be added here as the APIs are made public)<br/><br/><A href=\"javascript:vaadin.forceSync();\">javascript:vaadin.forceSync();</A>";