diff options
Diffstat (limited to 'src/com/vaadin/demo/featurebrowser/NotificationExample.java')
-rw-r--r-- | src/com/vaadin/demo/featurebrowser/NotificationExample.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/vaadin/demo/featurebrowser/NotificationExample.java b/src/com/vaadin/demo/featurebrowser/NotificationExample.java index 4c796d7b48..73b94c5577 100644 --- a/src/com/vaadin/demo/featurebrowser/NotificationExample.java +++ b/src/com/vaadin/demo/featurebrowser/NotificationExample.java @@ -23,6 +23,7 @@ import com.vaadin.ui.Button.ClickListener; * @author IT Mill Ltd. * @see com.vaadin.ui.Window */ +@SuppressWarnings("serial") public class NotificationExample extends CustomComponent { // Dropdown select for notification type, using the native dropdown |