aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java
diff options
context:
space:
mode:
authorAhmed Ashour <asashour@yahoo.com>2017-10-26 12:07:51 +0200
committerPekka Maanpää <pekkamaa@vaadin.com>2017-10-26 13:07:51 +0300
commit7c8f440781835dbcf72bfbc47ab8be2f669a40e4 (patch)
treebd6887cb9c3ca3a6ca1a6e292d17565bf3d378af /server/src/test/java
parentebc765c1a78c5facaf5e65122e317da0af6ca472 (diff)
downloadvaadin-framework-7c8f440781835dbcf72bfbc47ab8be2f669a40e4.tar.gz
vaadin-framework-7c8f440781835dbcf72bfbc47ab8be2f669a40e4.zip
Remove trailing spaces (#10224)
Diffstat (limited to 'server/src/test/java')
-rw-r--r--server/src/test/java/com/vaadin/tests/design/designroot/CustomComponentDesignRootForVerticalLayout.java6
-rw-r--r--server/src/test/java/com/vaadin/tests/design/designroot/CustomComponentDesignRootTest.java6
-rw-r--r--server/src/test/java/com/vaadin/tests/server/component/treegrid/TreeGridDeclarativeTest.java2
3 files changed, 7 insertions, 7 deletions
diff --git a/server/src/test/java/com/vaadin/tests/design/designroot/CustomComponentDesignRootForVerticalLayout.java b/server/src/test/java/com/vaadin/tests/design/designroot/CustomComponentDesignRootForVerticalLayout.java
index e1d4561a25..4516ff78e6 100644
--- a/server/src/test/java/com/vaadin/tests/design/designroot/CustomComponentDesignRootForVerticalLayout.java
+++ b/server/src/test/java/com/vaadin/tests/design/designroot/CustomComponentDesignRootForVerticalLayout.java
@@ -1,12 +1,12 @@
/*
* Copyright 2000-2014 Vaadin Ltd.
- *
+ *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
diff --git a/server/src/test/java/com/vaadin/tests/design/designroot/CustomComponentDesignRootTest.java b/server/src/test/java/com/vaadin/tests/design/designroot/CustomComponentDesignRootTest.java
index bab95d9e19..d544d1352a 100644
--- a/server/src/test/java/com/vaadin/tests/design/designroot/CustomComponentDesignRootTest.java
+++ b/server/src/test/java/com/vaadin/tests/design/designroot/CustomComponentDesignRootTest.java
@@ -1,12 +1,12 @@
/*
* Copyright 2000-2014 Vaadin Ltd.
- *
+ *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
diff --git a/server/src/test/java/com/vaadin/tests/server/component/treegrid/TreeGridDeclarativeTest.java b/server/src/test/java/com/vaadin/tests/server/component/treegrid/TreeGridDeclarativeTest.java
index 5905d8d767..fc4c2ec0ea 100644
--- a/server/src/test/java/com/vaadin/tests/server/component/treegrid/TreeGridDeclarativeTest.java
+++ b/server/src/test/java/com/vaadin/tests/server/component/treegrid/TreeGridDeclarativeTest.java
@@ -78,7 +78,7 @@ public class TreeGridDeclarativeTest
.size(new HierarchicalQuery<>(null, person6.toString())));
testWrite(design, grid, true);
}
-
+
@Override
public void valueSerialization() throws InstantiationException,