summaryrefslogtreecommitdiffstats
path: root/tests/src/com/vaadin/automatedtests/featurebrowser/GeneratedColumnExample.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/com/vaadin/automatedtests/featurebrowser/GeneratedColumnExample.java')
-rw-r--r--tests/src/com/vaadin/automatedtests/featurebrowser/GeneratedColumnExample.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/com/vaadin/automatedtests/featurebrowser/GeneratedColumnExample.java b/tests/src/com/vaadin/automatedtests/featurebrowser/GeneratedColumnExample.java
index 095af6c02d..0988715286 100644
--- a/tests/src/com/vaadin/automatedtests/featurebrowser/GeneratedColumnExample.java
+++ b/tests/src/com/vaadin/automatedtests/featurebrowser/GeneratedColumnExample.java
@@ -455,8 +455,8 @@ public class GeneratedColumnExample extends CustomComponent {
null);
table.addContainerProperty("quantity", Double.class, null,
"Quantity (l)", null, null);
- table.addContainerProperty("price", Double.class, null, "Price (€/l)",
- null, null);
+ table.addContainerProperty("price", Double.class, null,
+ "Price (€/l)", null, null);
table.addContainerProperty("total", Double.class, null, "Total (€)",
null, null);
table.addContainerProperty("consumption", Double.class, null,