Polish newline at end of file

This commit is contained in:
Phillip Webb 2015-09-08 15:05:23 -07:00
parent d09805fd75
commit 460ca75fce
26 changed files with 34 additions and 26 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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