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.
*/
package org.springframework.boot.actuate.condition;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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