summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-12-08 15:46:55 +0200
committerArtur Signell <artur@vaadin.com>2012-12-08 15:46:55 +0200
commit7ca9c22d765b054668dde691da71567c61db5533 (patch)
treeb229dc3f52f83a401bf3a81f8e95d1b689392073
parent912c6f4d6995e9294f4912201f9e132cfcc6cd3b (diff)
downloadvaadin-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.java1
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);
}