diff options
author | Artur Signell <artur@vaadin.com> | 2012-12-08 15:46:55 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-12-08 15:46:55 +0200 |
commit | 7ca9c22d765b054668dde691da71567c61db5533 (patch) | |
tree | b229dc3f52f83a401bf3a81f8e95d1b689392073 | |
parent | 912c6f4d6995e9294f4912201f9e132cfcc6cd3b (diff) | |
download | vaadin-framework-7ca9c22d765b054668dde691da71567c61db5533.tar.gz vaadin-framework-7ca9c22d765b054668dde691da71567c61db5533.zip |
Reverted invalid null footer
Change-Id: Id1586f040b7bf09680f45f59d31c7d90a754ee65
-rw-r--r-- | uitest/src/com/vaadin/tests/components/customfield/AbstractNestedFormExample.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/components/customfield/AbstractNestedFormExample.java b/uitest/src/com/vaadin/tests/components/customfield/AbstractNestedFormExample.java index eb73e45616..07c740a96d 100644 --- a/uitest/src/com/vaadin/tests/components/customfield/AbstractNestedFormExample.java +++ b/uitest/src/com/vaadin/tests/components/customfield/AbstractNestedFormExample.java @@ -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); } |