diff options
Diffstat (limited to 'src/com/vaadin/demo/sampler/features/notifications/NotificationHumanizedExample.java')
-rw-r--r-- | src/com/vaadin/demo/sampler/features/notifications/NotificationHumanizedExample.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/vaadin/demo/sampler/features/notifications/NotificationHumanizedExample.java b/src/com/vaadin/demo/sampler/features/notifications/NotificationHumanizedExample.java index 8d70a2e2b9..69c1bf59c4 100644 --- a/src/com/vaadin/demo/sampler/features/notifications/NotificationHumanizedExample.java +++ b/src/com/vaadin/demo/sampler/features/notifications/NotificationHumanizedExample.java @@ -6,6 +6,7 @@ import com.vaadin.ui.TextField; import com.vaadin.ui.VerticalLayout; import com.vaadin.ui.Button.ClickEvent; +@SuppressWarnings("serial") public class NotificationHumanizedExample extends VerticalLayout { public NotificationHumanizedExample() { |