diff options
Diffstat (limited to 'src/com/vaadin/demo/featurebrowser/LabelExample.java')
-rw-r--r-- | src/com/vaadin/demo/featurebrowser/LabelExample.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/vaadin/demo/featurebrowser/LabelExample.java b/src/com/vaadin/demo/featurebrowser/LabelExample.java index 1d197455c8..0e89cbd77d 100644 --- a/src/com/vaadin/demo/featurebrowser/LabelExample.java +++ b/src/com/vaadin/demo/featurebrowser/LabelExample.java @@ -15,6 +15,7 @@ import com.vaadin.ui.Panel; *
* @author IT Mill Ltd.
*/
+@SuppressWarnings("serial")
public class LabelExample extends CustomComponent {
private static final String xhtml = "This text has <b>HTML</b> formatting.<br/>"
|