aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2016-08-31 15:56:58 +0300
committerArtur Signell <artur@vaadin.com>2016-08-31 16:40:54 +0300
commit82806ef9b7f12c66e620a813c7987c0fbea723dc (patch)
treed9ed9165d7065e63613c306895bd8b3739c3f004 /compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java
parent277b1a5c2884291ea9312d555dc45545430c1d9c (diff)
downloadvaadin-framework-82806ef9b7f12c66e620a813c7987c0fbea723dc.tar.gz
vaadin-framework-82806ef9b7f12c66e620a813c7987c0fbea723dc.zip
Format the project using Neon, remove trailing whitespace
Change-Id: I145e20226958910c243b9897bb1e9516919f55cd
Diffstat (limited to 'compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java')
-rw-r--r--compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java b/compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java
index 7dcfdff641..5656a59af2 100644
--- a/compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java
+++ b/compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java
@@ -4172,8 +4172,8 @@ public class Table extends AbstractSelect implements Action.Container,
if (hasConverter(colId)) {
converter = getConverter(colId);
} else {
- converter = (Converter) ConverterUtil.getConverter(
- String.class, property.getType(), getSession());
+ converter = (Converter) ConverterUtil.getConverter(String.class,
+ property.getType(), getSession());
}
Object value = property.getValue();
if (converter != null) {