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 00e6974da43..1841a435120 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 74d11a1f312..21dccce45a8 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 d1bd02e46a7..14241f44640 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 4c258e68868..f459c115489 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 8a40591cf51..033eda9bf90 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 0ee259b9831..5ba8913db8e 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 cc5215073a7..34a8fec2e7e 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 4a1b10cca76..f771bfbfbaa 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 45e92c5f8ef..38b49d8506d 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 4a1b10cca76..f771bfbfbaa 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 c9f0304f65e..74d0a43fccf 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 d5962a89bb5..46858857b99 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 0004ccf1d47..e94f2512901 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 36edcf1c96b..2dda328f5bc 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 c6aa3d40a55..36bd211df41 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 fb5ddcd6832..14634a49e75 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 15b07370c0c..292bb08658c 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 9f2f629788f..34cfee2a78b 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 6a108f2dcd0..744e563a5af 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 caeddf9d47c..88ee464f675 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 6fb984628e6..04e2d9608b5 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 90fbde17952..d72233548bd 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 ab4caf3fff7..6e30e3fc4db 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 f7ce261c18e..a1e02b44809 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 85fab4f45e2..81ea9488004 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 f037df5ff5d..25638d8453c 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