diff --git a/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/condition/package-info.java b/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/condition/package-info.java index 00e6974da4..1841a43512 100644 --- a/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/condition/package-info.java +++ b/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/condition/package-info.java @@ -17,4 +17,5 @@ /** * {@code @Condition} annotations and supporting classes. */ -package org.springframework.boot.actuate.condition; \ No newline at end of file +package org.springframework.boot.actuate.condition; + diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/admin/package-info.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/admin/package-info.java index 74d11a1f31..21dccce45a 100644 --- a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/admin/package-info.java +++ b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/admin/package-info.java @@ -17,4 +17,5 @@ /** * Auto-configuration for admin-related features. */ -package org.springframework.boot.autoconfigure.admin; \ No newline at end of file +package org.springframework.boot.autoconfigure.admin; + diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/cache/package-info.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/cache/package-info.java index d1bd02e46a..14241f4464 100644 --- a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/cache/package-info.java +++ b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/cache/package-info.java @@ -17,4 +17,5 @@ /** * Auto-configuration for the cache abstraction. */ -package org.springframework.boot.autoconfigure.cache; \ No newline at end of file +package org.springframework.boot.autoconfigure.cache; + diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/context/package-info.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/context/package-info.java index 4c258e6886..f459c11548 100644 --- a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/context/package-info.java +++ b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/context/package-info.java @@ -17,4 +17,5 @@ /** * Auto-configuration for the Spring context. */ -package org.springframework.boot.autoconfigure.context; \ No newline at end of file +package org.springframework.boot.autoconfigure.context; + diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/hazelcast/package-info.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/hazelcast/package-info.java index 8a40591cf5..033eda9bf9 100644 --- a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/hazelcast/package-info.java +++ b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/hazelcast/package-info.java @@ -17,4 +17,5 @@ /** * Auto-configuration for Hazelcast. */ -package org.springframework.boot.autoconfigure.hazelcast; \ No newline at end of file +package org.springframework.boot.autoconfigure.hazelcast; + diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jooq/package-info.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jooq/package-info.java index 0ee259b983..5ba8913db8 100644 --- a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jooq/package-info.java +++ b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jooq/package-info.java @@ -17,4 +17,5 @@ /** * Auto-configuration for JOOQ. */ -package org.springframework.boot.autoconfigure.jooq; \ No newline at end of file +package org.springframework.boot.autoconfigure.jooq; + diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/transaction/package-info.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/transaction/package-info.java index cc5215073a..34a8fec2e7 100644 --- a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/transaction/package-info.java +++ b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/transaction/package-info.java @@ -17,4 +17,5 @@ /** * Auto-configuration for transaction suport. */ -package org.springframework.boot.autoconfigure.transaction; \ No newline at end of file +package org.springframework.boot.autoconfigure.transaction; + diff --git a/spring-boot-autoconfigure/src/test/resources/application-switch-messages.properties b/spring-boot-autoconfigure/src/test/resources/application-switch-messages.properties index 4a1b10cca7..f771bfbfba 100644 --- a/spring-boot-autoconfigure/src/test/resources/application-switch-messages.properties +++ b/spring-boot-autoconfigure/src/test/resources/application-switch-messages.properties @@ -1 +1 @@ -spring.messages.basename:test/messages \ No newline at end of file +spring.messages.basename:test/messages diff --git a/spring-boot-autoconfigure/src/test/resources/application.properties b/spring-boot-autoconfigure/src/test/resources/application.properties index 45e92c5f8e..38b49d8506 100644 --- a/spring-boot-autoconfigure/src/test/resources/application.properties +++ b/spring-boot-autoconfigure/src/test/resources/application.properties @@ -5,4 +5,4 @@ spring.social.twitter.appId: twid spring.social.twitter.appSecret: twsecret spring.social.linkedin.appId: liid spring.social.linkedin.appSecret: lisecret -spring.hornetq.embedded.enabled: false \ No newline at end of file +spring.hornetq.embedded.enabled: false diff --git a/spring-boot-autoconfigure/src/test/resources/switch-messages.properties b/spring-boot-autoconfigure/src/test/resources/switch-messages.properties index 4a1b10cca7..f771bfbfba 100644 --- a/spring-boot-autoconfigure/src/test/resources/switch-messages.properties +++ b/spring-boot-autoconfigure/src/test/resources/switch-messages.properties @@ -1 +1 @@ -spring.messages.basename:test/messages \ No newline at end of file +spring.messages.basename:test/messages diff --git a/spring-boot-autoconfigure/src/test/resources/test/messages.properties b/spring-boot-autoconfigure/src/test/resources/test/messages.properties index c9f0304f65..74d0a43fcc 100644 --- a/spring-boot-autoconfigure/src/test/resources/test/messages.properties +++ b/spring-boot-autoconfigure/src/test/resources/test/messages.properties @@ -1 +1 @@ -foo=bar \ No newline at end of file +foo=bar diff --git a/spring-boot-autoconfigure/src/test/resources/test/messages2.properties b/spring-boot-autoconfigure/src/test/resources/test/messages2.properties index d5962a89bb..46858857b9 100644 --- a/spring-boot-autoconfigure/src/test/resources/test/messages2.properties +++ b/spring-boot-autoconfigure/src/test/resources/test/messages2.properties @@ -1 +1 @@ -foo-foo=bar-bar \ No newline at end of file +foo-foo=bar-bar diff --git a/spring-boot-tools/spring-boot-configuration-metadata/src/main/java/org/springframework/boot/configurationmetadata/package-info.java b/spring-boot-tools/spring-boot-configuration-metadata/src/main/java/org/springframework/boot/configurationmetadata/package-info.java index 0004ccf1d4..e94f251290 100644 --- a/spring-boot-tools/spring-boot-configuration-metadata/src/main/java/org/springframework/boot/configurationmetadata/package-info.java +++ b/spring-boot-tools/spring-boot-configuration-metadata/src/main/java/org/springframework/boot/configurationmetadata/package-info.java @@ -17,4 +17,5 @@ /** * Spring Boot configuration meta-data parser. */ -package org.springframework.boot.configurationmetadata; \ No newline at end of file +package org.springframework.boot.configurationmetadata; + diff --git a/spring-boot-tools/spring-boot-loader/src/test/resources/application.properties b/spring-boot-tools/spring-boot-loader/src/test/resources/application.properties index 36edcf1c96..2dda328f5b 100644 --- a/spring-boot-tools/spring-boot-loader/src/test/resources/application.properties +++ b/spring-boot-tools/spring-boot-loader/src/test/resources/application.properties @@ -1,2 +1,2 @@ loader.main: demo.Application -loader.path: etc/,lib,. \ No newline at end of file +loader.path: etc/,lib,. diff --git a/spring-boot-tools/spring-boot-loader/src/test/resources/foo.properties b/spring-boot-tools/spring-boot-loader/src/test/resources/foo.properties index c6aa3d40a5..36bd211df4 100644 --- a/spring-boot-tools/spring-boot-loader/src/test/resources/foo.properties +++ b/spring-boot-tools/spring-boot-loader/src/test/resources/foo.properties @@ -1,3 +1,3 @@ foo: Application loader.main: my.${foo} -loader.path: etc \ No newline at end of file +loader.path: etc diff --git a/spring-boot/src/test/resources/application-dev.properties b/spring-boot/src/test/resources/application-dev.properties index fb5ddcd683..14634a49e7 100644 --- a/spring-boot/src/test/resources/application-dev.properties +++ b/spring-boot/src/test/resources/application-dev.properties @@ -1 +1 @@ -my.property=fromdevpropertiesfile \ No newline at end of file +my.property=fromdevpropertiesfile diff --git a/spring-boot/src/test/resources/application-node.properties b/spring-boot/src/test/resources/application-node.properties index 15b07370c0..292bb08658 100644 --- a/spring-boot/src/test/resources/application-node.properties +++ b/spring-boot/src/test/resources/application-node.properties @@ -1 +1 @@ -bar: spam \ No newline at end of file +bar: spam diff --git a/spring-boot/src/test/resources/application-other.properties b/spring-boot/src/test/resources/application-other.properties index 9f2f629788..34cfee2a78 100644 --- a/spring-boot/src/test/resources/application-other.properties +++ b/spring-boot/src/test/resources/application-other.properties @@ -1 +1 @@ -my.property=fromotherpropertiesfile \ No newline at end of file +my.property=fromotherpropertiesfile diff --git a/spring-boot/src/test/resources/config/specific.properties b/spring-boot/src/test/resources/config/specific.properties index 6a108f2dcd..744e563a5a 100644 --- a/spring-boot/src/test/resources/config/specific.properties +++ b/spring-boot/src/test/resources/config/specific.properties @@ -1 +1 @@ -my.property=specific \ No newline at end of file +my.property=specific diff --git a/spring-boot/src/test/resources/enableprofile-myprofile.properties b/spring-boot/src/test/resources/enableprofile-myprofile.properties index caeddf9d47..88ee464f67 100644 --- a/spring-boot/src/test/resources/enableprofile-myprofile.properties +++ b/spring-boot/src/test/resources/enableprofile-myprofile.properties @@ -1,2 +1,2 @@ my.property=fromprofilepropertiesfile -the.property=fromprofilepropertiesfile \ No newline at end of file +the.property=fromprofilepropertiesfile diff --git a/spring-boot/src/test/resources/enableprofile-other.properties b/spring-boot/src/test/resources/enableprofile-other.properties index 6fb984628e..04e2d9608b 100644 --- a/spring-boot/src/test/resources/enableprofile-other.properties +++ b/spring-boot/src/test/resources/enableprofile-other.properties @@ -1 +1 @@ -other.property=fromotherpropertiesfile \ No newline at end of file +other.property=fromotherpropertiesfile diff --git a/spring-boot/src/test/resources/moreproperties.properties b/spring-boot/src/test/resources/moreproperties.properties index 90fbde1795..d72233548b 100644 --- a/spring-boot/src/test/resources/moreproperties.properties +++ b/spring-boot/src/test/resources/moreproperties.properties @@ -1,2 +1,2 @@ my.property=frommorepropertiesfile -the.property=frommorepropertiesfile \ No newline at end of file +the.property=frommorepropertiesfile diff --git a/spring-boot/src/test/resources/override.properties b/spring-boot/src/test/resources/override.properties index ab4caf3fff..6e30e3fc4d 100644 --- a/spring-boot/src/test/resources/override.properties +++ b/spring-boot/src/test/resources/override.properties @@ -1,4 +1,4 @@ foo=bar bar=override SPAM=BUCKET -THE_NAME=NAME \ No newline at end of file +THE_NAME=NAME diff --git a/spring-boot/src/test/resources/some.properties b/spring-boot/src/test/resources/some.properties index f7ce261c18..a1e02b4480 100644 --- a/spring-boot/src/test/resources/some.properties +++ b/spring-boot/src/test/resources/some.properties @@ -1,4 +1,4 @@ foo=spam bar=some spam=bucket -the-name=name \ No newline at end of file +the-name=name diff --git a/spring-boot/src/test/resources/specific.properties b/spring-boot/src/test/resources/specific.properties index 85fab4f45e..81ea948800 100644 --- a/spring-boot/src/test/resources/specific.properties +++ b/spring-boot/src/test/resources/specific.properties @@ -1 +1 @@ -my.property=root \ No newline at end of file +my.property=root diff --git a/spring-boot/src/test/resources/specificlocation.properties b/spring-boot/src/test/resources/specificlocation.properties index f037df5ff5..25638d8453 100644 --- a/spring-boot/src/test/resources/specificlocation.properties +++ b/spring-boot/src/test/resources/specificlocation.properties @@ -1,2 +1,2 @@ my.property=fromspecificlocation -the.property=fromspecificlocation \ No newline at end of file +the.property=fromspecificlocation