]> source.dussan.org Git - vaadin-framework.git/commitdiff
Reverted invalid null footer 72/472/1
authorArtur Signell <artur@vaadin.com>
Sat, 8 Dec 2012 13:46:55 +0000 (15:46 +0200)
committerArtur Signell <artur@vaadin.com>
Sat, 8 Dec 2012 13:46:55 +0000 (15:46 +0200)
Change-Id: Id1586f040b7bf09680f45f59d31c7d90a754ee65

uitest/src/com/vaadin/tests/components/customfield/AbstractNestedFormExample.java

index eb73e456168cfeef3c9b428bab0726bf4fffe12f..07c740a96dddc0ecd22266cd1bf7c57f2fd81951 100644 (file)
@@ -60,7 +60,6 @@ public abstract class AbstractNestedFormExample extends TestBase {
                 if (event.getProperty().getValue() != null) {
                     personForm = new NestedPersonForm((Person) event
                             .getProperty().getValue(), embeddedAddress);
-                    personForm.setFooter(null);
                     personForm.setWidth("350px");
                     addComponent(personForm);
                 }