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 @@
* 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;