diff options
author | Artur Signell <artur@vaadin.com> | 2011-12-16 16:31:22 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2011-12-19 13:06:59 +0200 |
commit | 9c6d34431fc3de18da06bcdbdd1dea6d600e4bd4 (patch) | |
tree | dfc959ddfdc69b63c57d6aa01150beb78ba741e0 /src/com/vaadin/ui/FormLayout.java | |
parent | e09e1c817bf955319800bca16a81ad7d2d55e37d (diff) | |
download | vaadin-framework-9c6d34431fc3de18da06bcdbdd1dea6d600e4bd4.tar.gz vaadin-framework-9c6d34431fc3de18da06bcdbdd1dea6d600e4bd4.zip |
#8026 Removed deprecated ExpandLayout and OrderedLayout.
Diffstat (limited to 'src/com/vaadin/ui/FormLayout.java')
-rw-r--r-- | src/com/vaadin/ui/FormLayout.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/vaadin/ui/FormLayout.java b/src/com/vaadin/ui/FormLayout.java index f61f5d544e..d33d3e94da 100644 --- a/src/com/vaadin/ui/FormLayout.java +++ b/src/com/vaadin/ui/FormLayout.java @@ -21,9 +21,8 @@ import com.vaadin.terminal.gwt.client.ui.VFormLayout; * bottom are by default on. * */ -@SuppressWarnings({ "deprecation", "serial" }) @ClientWidget(VFormLayout.class) -public class FormLayout extends OrderedLayout { +public class FormLayout extends AbstractOrderedLayout { public FormLayout() { super(); |