diff options
author | Artur Signell <artur@vaadin.com> | 2016-09-18 17:38:12 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2016-09-20 06:07:31 +0000 |
commit | c5c52684eb30d924cb75a632b526a0f879d5a33c (patch) | |
tree | 7025aff24585c55161a513102dedfc1a55c751bd /server/src/test/java/ClassInDefaultPackage.java | |
parent | 57a965251afdb5ee9ac1913a0101d854d8215aa6 (diff) | |
download | vaadin-framework-c5c52684eb30d924cb75a632b526a0f879d5a33c.tar.gz vaadin-framework-c5c52684eb30d924cb75a632b526a0f879d5a33c.zip |
Format Java files using Eclipse Neon and Vaadin settings
Using the same formatting in the 7.7 branch and the master branch
eases porting of fixes
Change-Id: I51b4693f2f120447702cf322ce4505608ad92987
Diffstat (limited to 'server/src/test/java/ClassInDefaultPackage.java')
-rw-r--r-- | server/src/test/java/ClassInDefaultPackage.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/server/src/test/java/ClassInDefaultPackage.java b/server/src/test/java/ClassInDefaultPackage.java index 52dc87e0e2..4c6a2fe1aa 100644 --- a/server/src/test/java/ClassInDefaultPackage.java +++ b/server/src/test/java/ClassInDefaultPackage.java @@ -2,13 +2,13 @@ import org.junit.Ignore; /* * 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 @@ -17,9 +17,9 @@ import org.junit.Ignore; */ /** - * + * * This class is test data. Don't delete it. - * + * * @author Vaadin Ltd * @since 7.2 */ |