Browse Source

Polish newline at end of file

pull/3899/head
Phillip Webb 11 years ago
parent
commit
460ca75fce
  1. 3
      spring-boot-actuator/src/main/java/org/springframework/boot/actuate/condition/package-info.java
  2. 3
      spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/admin/package-info.java
  3. 3
      spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/cache/package-info.java
  4. 3
      spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/context/package-info.java
  5. 3
      spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/hazelcast/package-info.java
  6. 3
      spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jooq/package-info.java
  7. 3
      spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/transaction/package-info.java
  8. 2
      spring-boot-autoconfigure/src/test/resources/application-switch-messages.properties
  9. 2
      spring-boot-autoconfigure/src/test/resources/application.properties
  10. 2
      spring-boot-autoconfigure/src/test/resources/switch-messages.properties
  11. 2
      spring-boot-autoconfigure/src/test/resources/test/messages.properties
  12. 2
      spring-boot-autoconfigure/src/test/resources/test/messages2.properties
  13. 3
      spring-boot-tools/spring-boot-configuration-metadata/src/main/java/org/springframework/boot/configurationmetadata/package-info.java
  14. 2
      spring-boot-tools/spring-boot-loader/src/test/resources/application.properties
  15. 2
      spring-boot-tools/spring-boot-loader/src/test/resources/foo.properties
  16. 2
      spring-boot/src/test/resources/application-dev.properties
  17. 2
      spring-boot/src/test/resources/application-node.properties
  18. 2
      spring-boot/src/test/resources/application-other.properties
  19. 2
      spring-boot/src/test/resources/config/specific.properties
  20. 2
      spring-boot/src/test/resources/enableprofile-myprofile.properties
  21. 2
      spring-boot/src/test/resources/enableprofile-other.properties
  22. 2
      spring-boot/src/test/resources/moreproperties.properties
  23. 2
      spring-boot/src/test/resources/override.properties
  24. 2
      spring-boot/src/test/resources/some.properties
  25. 2
      spring-boot/src/test/resources/specific.properties
  26. 2
      spring-boot/src/test/resources/specificlocation.properties

3
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/condition/package-info.java

@ -17,4 +17,5 @@ @@ -17,4 +17,5 @@
/**
* {@code @Condition} annotations and supporting classes.
*/
package org.springframework.boot.actuate.condition;
package org.springframework.boot.actuate.condition;

3
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/admin/package-info.java

@ -17,4 +17,5 @@ @@ -17,4 +17,5 @@
/**
* Auto-configuration for admin-related features.
*/
package org.springframework.boot.autoconfigure.admin;
package org.springframework.boot.autoconfigure.admin;

3
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/cache/package-info.java vendored

@ -17,4 +17,5 @@ @@ -17,4 +17,5 @@
/**
* Auto-configuration for the cache abstraction.
*/
package org.springframework.boot.autoconfigure.cache;
package org.springframework.boot.autoconfigure.cache;

3
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/context/package-info.java

@ -17,4 +17,5 @@ @@ -17,4 +17,5 @@
/**
* Auto-configuration for the Spring context.
*/
package org.springframework.boot.autoconfigure.context;
package org.springframework.boot.autoconfigure.context;

3
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/hazelcast/package-info.java

@ -17,4 +17,5 @@ @@ -17,4 +17,5 @@
/**
* Auto-configuration for Hazelcast.
*/
package org.springframework.boot.autoconfigure.hazelcast;
package org.springframework.boot.autoconfigure.hazelcast;

3
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jooq/package-info.java

@ -17,4 +17,5 @@ @@ -17,4 +17,5 @@
/**
* Auto-configuration for JOOQ.
*/
package org.springframework.boot.autoconfigure.jooq;
package org.springframework.boot.autoconfigure.jooq;

3
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/transaction/package-info.java

@ -17,4 +17,5 @@ @@ -17,4 +17,5 @@
/**
* Auto-configuration for transaction suport.
*/
package org.springframework.boot.autoconfigure.transaction;
package org.springframework.boot.autoconfigure.transaction;

2
spring-boot-autoconfigure/src/test/resources/application-switch-messages.properties

@ -1 +1 @@ @@ -1 +1 @@
spring.messages.basename:test/messages
spring.messages.basename:test/messages

2
spring-boot-autoconfigure/src/test/resources/application.properties

@ -5,4 +5,4 @@ spring.social.twitter.appId: twid @@ -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
spring.hornetq.embedded.enabled: false

2
spring-boot-autoconfigure/src/test/resources/switch-messages.properties

@ -1 +1 @@ @@ -1 +1 @@
spring.messages.basename:test/messages
spring.messages.basename:test/messages

2
spring-boot-autoconfigure/src/test/resources/test/messages.properties

@ -1 +1 @@ @@ -1 +1 @@
foo=bar
foo=bar

2
spring-boot-autoconfigure/src/test/resources/test/messages2.properties

@ -1 +1 @@ @@ -1 +1 @@
foo-foo=bar-bar
foo-foo=bar-bar

3
spring-boot-tools/spring-boot-configuration-metadata/src/main/java/org/springframework/boot/configurationmetadata/package-info.java

@ -17,4 +17,5 @@ @@ -17,4 +17,5 @@
/**
* Spring Boot configuration meta-data parser.
*/
package org.springframework.boot.configurationmetadata;
package org.springframework.boot.configurationmetadata;

2
spring-boot-tools/spring-boot-loader/src/test/resources/application.properties

@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
loader.main: demo.Application
loader.path: etc/,lib,.
loader.path: etc/,lib,.

2
spring-boot-tools/spring-boot-loader/src/test/resources/foo.properties

@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
foo: Application
loader.main: my.${foo}
loader.path: etc
loader.path: etc

2
spring-boot/src/test/resources/application-dev.properties

@ -1 +1 @@ @@ -1 +1 @@
my.property=fromdevpropertiesfile
my.property=fromdevpropertiesfile

2
spring-boot/src/test/resources/application-node.properties

@ -1 +1 @@ @@ -1 +1 @@
bar: spam
bar: spam

2
spring-boot/src/test/resources/application-other.properties

@ -1 +1 @@ @@ -1 +1 @@
my.property=fromotherpropertiesfile
my.property=fromotherpropertiesfile

2
spring-boot/src/test/resources/config/specific.properties

@ -1 +1 @@ @@ -1 +1 @@
my.property=specific
my.property=specific

2
spring-boot/src/test/resources/enableprofile-myprofile.properties

@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
my.property=fromprofilepropertiesfile
the.property=fromprofilepropertiesfile
the.property=fromprofilepropertiesfile

2
spring-boot/src/test/resources/enableprofile-other.properties

@ -1 +1 @@ @@ -1 +1 @@
other.property=fromotherpropertiesfile
other.property=fromotherpropertiesfile

2
spring-boot/src/test/resources/moreproperties.properties

@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
my.property=frommorepropertiesfile
the.property=frommorepropertiesfile
the.property=frommorepropertiesfile

2
spring-boot/src/test/resources/override.properties

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
foo=bar
bar=override
SPAM=BUCKET
THE_NAME=NAME
THE_NAME=NAME

2
spring-boot/src/test/resources/some.properties

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
foo=spam
bar=some
spam=bucket
the-name=name
the-name=name

2
spring-boot/src/test/resources/specific.properties

@ -1 +1 @@ @@ -1 +1 @@
my.property=root
my.property=root

2
spring-boot/src/test/resources/specificlocation.properties

@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
my.property=fromspecificlocation
the.property=fromspecificlocation
the.property=fromspecificlocation

Loading…
Cancel
Save