diff options
Diffstat (limited to 'src/com/vaadin/demo/sampler/features/link/LinkCurrentWindowExample.java')
-rw-r--r-- | src/com/vaadin/demo/sampler/features/link/LinkCurrentWindowExample.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/vaadin/demo/sampler/features/link/LinkCurrentWindowExample.java b/src/com/vaadin/demo/sampler/features/link/LinkCurrentWindowExample.java index 153f572258..0be2bce3a8 100644 --- a/src/com/vaadin/demo/sampler/features/link/LinkCurrentWindowExample.java +++ b/src/com/vaadin/demo/sampler/features/link/LinkCurrentWindowExample.java @@ -5,6 +5,7 @@ import com.vaadin.terminal.ThemeResource; import com.vaadin.ui.Link; import com.vaadin.ui.VerticalLayout; +@SuppressWarnings("serial") public class LinkCurrentWindowExample extends VerticalLayout { private static final String CAPTION = "Open Google"; |