diff options
Diffstat (limited to 'src/com/vaadin/demo/sampler/features/layouts/LayoutAlignmentExample.java')
-rw-r--r-- | src/com/vaadin/demo/sampler/features/layouts/LayoutAlignmentExample.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/demo/sampler/features/layouts/LayoutAlignmentExample.java b/src/com/vaadin/demo/sampler/features/layouts/LayoutAlignmentExample.java index 853aedd003..9dd14f04cc 100644 --- a/src/com/vaadin/demo/sampler/features/layouts/LayoutAlignmentExample.java +++ b/src/com/vaadin/demo/sampler/features/layouts/LayoutAlignmentExample.java @@ -6,9 +6,9 @@ import com.vaadin.ui.Button; import com.vaadin.ui.GridLayout; import com.vaadin.ui.VerticalLayout; +@SuppressWarnings("serial") public class LayoutAlignmentExample extends VerticalLayout { - @SuppressWarnings("deprecation") public LayoutAlignmentExample() { // Create a grid layout final GridLayout grid = new GridLayout(1, 9); |