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 /widgets | |
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 'widgets')
-rw-r--r-- | widgets/src/main/java/com/vaadin/themes/valoutil/BodyStyleName.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/widgets/src/main/java/com/vaadin/themes/valoutil/BodyStyleName.java b/widgets/src/main/java/com/vaadin/themes/valoutil/BodyStyleName.java index 7bffc73703..c913817519 100644 --- a/widgets/src/main/java/com/vaadin/themes/valoutil/BodyStyleName.java +++ b/widgets/src/main/java/com/vaadin/themes/valoutil/BodyStyleName.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 |