Reformat package-info.java files with Eclipse Mars

This commit is contained in:
Phillip Webb 2015-10-09 13:50:21 -07:00
parent 8318698f55
commit 6333426cbf
37 changed files with 0 additions and 37 deletions

View File

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

View File

@ -18,4 +18,3 @@
* Metrics buffering support. * Metrics buffering support.
*/ */
package org.springframework.boot.actuate.metrics.buffer; package org.springframework.boot.actuate.metrics.buffer;

View File

@ -18,4 +18,3 @@
* Metrics integration with Dropwizard Metrics. * Metrics integration with Dropwizard Metrics.
*/ */
package org.springframework.boot.actuate.metrics.dropwizard; package org.springframework.boot.actuate.metrics.dropwizard;

View File

@ -18,4 +18,3 @@
* Metrics integration with JMX. * Metrics integration with JMX.
*/ */
package org.springframework.boot.actuate.metrics.jmx; package org.springframework.boot.actuate.metrics.jmx;

View File

@ -18,4 +18,3 @@
* Metrics integration with OpenTSDB. * Metrics integration with OpenTSDB.
*/ */
package org.springframework.boot.actuate.metrics.opentsdb; package org.springframework.boot.actuate.metrics.opentsdb;

View File

@ -18,4 +18,3 @@
* Metrics integration with Statsd. * Metrics integration with Statsd.
*/ */
package org.springframework.boot.actuate.metrics.statsd; package org.springframework.boot.actuate.metrics.statsd;

View File

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

View File

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

View File

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

View File

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

View File

@ -18,4 +18,3 @@
* Auto-configuration for Spring Data Cassandra. * Auto-configuration for Spring Data Cassandra.
*/ */
package org.springframework.boot.autoconfigure.data.cassandra; package org.springframework.boot.autoconfigure.data.cassandra;

View File

@ -18,4 +18,3 @@
* Auto-configuration for Spring Data Redis. * Auto-configuration for Spring Data Redis.
*/ */
package org.springframework.boot.autoconfigure.data.redis; package org.springframework.boot.autoconfigure.data.redis;

View File

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

View File

@ -20,4 +20,3 @@
* @author Eddú Meléndez * @author Eddú Meléndez
*/ */
package org.springframework.boot.autoconfigure.jms.artemis; package org.springframework.boot.autoconfigure.jms.artemis;

View File

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

View File

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

View File

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

View File

@ -18,4 +18,3 @@
* Auto-configuration for {@code spring-boot-devtools}. * Auto-configuration for {@code spring-boot-devtools}.
*/ */
package org.springframework.boot.devtools.autoconfigure; package org.springframework.boot.devtools.autoconfigure;

View File

@ -18,4 +18,3 @@
* Support for classpath monitoring. * Support for classpath monitoring.
*/ */
package org.springframework.boot.devtools.classpath; package org.springframework.boot.devtools.classpath;

View File

@ -18,4 +18,3 @@
* Class to watch the local filesystem for changes. * Class to watch the local filesystem for changes.
*/ */
package org.springframework.boot.devtools.filewatch; package org.springframework.boot.devtools.filewatch;

View File

@ -18,4 +18,3 @@
* Support for the livereload protocol. * Support for the livereload protocol.
*/ */
package org.springframework.boot.devtools.livereload; package org.springframework.boot.devtools.livereload;

View File

@ -1,4 +1,3 @@
/* /*
* Copyright 2012-2015 the original author or authors. * Copyright 2012-2015 the original author or authors.
* *

View File

@ -18,4 +18,3 @@
* Client support for a remotely running Spring Boot application. * Client support for a remotely running Spring Boot application.
*/ */
package org.springframework.boot.devtools.remote.client; package org.springframework.boot.devtools.remote.client;

View File

@ -18,4 +18,3 @@
* Server support for a remotely running Spring Boot application. * Server support for a remotely running Spring Boot application.
*/ */
package org.springframework.boot.devtools.remote.server; package org.springframework.boot.devtools.remote.server;

View File

@ -18,4 +18,3 @@
* Classloaders used for reload support. * Classloaders used for reload support.
*/ */
package org.springframework.boot.devtools.restart.classloader; package org.springframework.boot.devtools.restart.classloader;

View File

@ -18,4 +18,3 @@
* Application restart support. * Application restart support.
*/ */
package org.springframework.boot.devtools.restart; package org.springframework.boot.devtools.restart;

View File

@ -18,4 +18,3 @@
* Remote restart server. * Remote restart server.
*/ */
package org.springframework.boot.devtools.restart.server; package org.springframework.boot.devtools.restart.server;

View File

@ -18,4 +18,3 @@
* Client side TCP tunnel support. * Client side TCP tunnel support.
*/ */
package org.springframework.boot.devtools.tunnel.client; package org.springframework.boot.devtools.tunnel.client;

View File

@ -20,4 +20,3 @@
* and isn't particularly worried about resource usage. * and isn't particularly worried about resource usage.
*/ */
package org.springframework.boot.devtools.tunnel; package org.springframework.boot.devtools.tunnel;

View File

@ -18,4 +18,3 @@
* Classes to deal with payloads sent over a HTTP tunnel. * Classes to deal with payloads sent over a HTTP tunnel.
*/ */
package org.springframework.boot.devtools.tunnel.payload; package org.springframework.boot.devtools.tunnel.payload;

View File

@ -18,4 +18,3 @@
* Server side TCP tunnel support. * Server side TCP tunnel support.
*/ */
package org.springframework.boot.devtools.tunnel.server; package org.springframework.boot.devtools.tunnel.server;

View File

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

View File

@ -18,4 +18,3 @@
* Administration support for Spring Boot applications. * Administration support for Spring Boot applications.
*/ */
package org.springframework.boot.admin; package org.springframework.boot.admin;

View File

@ -18,4 +18,3 @@
* Low level support for Cloud deployments. * Low level support for Cloud deployments.
*/ */
package org.springframework.boot.cloud; package org.springframework.boot.cloud;

View File

@ -18,4 +18,3 @@
* Language feature annotations. * Language feature annotations.
*/ */
package org.springframework.boot.lang; package org.springframework.boot.lang;

View File

@ -18,4 +18,3 @@
* Velocity support classes. * Velocity support classes.
*/ */
package org.springframework.boot.web.servlet.view.velocity; package org.springframework.boot.web.servlet.view.velocity;

View File

@ -18,4 +18,3 @@
* Redis support classes * Redis support classes
*/ */
package org.springframework.boot.redis; package org.springframework.boot.redis;