Reformat package-info.java files with Eclipse Mars
This commit is contained in:
@@ -18,4 +18,3 @@
|
||||
* Auto-configuration for {@code spring-boot-devtools}.
|
||||
*/
|
||||
package org.springframework.boot.devtools.autoconfigure;
|
||||
|
||||
|
||||
@@ -18,4 +18,3 @@
|
||||
* Support for classpath monitoring.
|
||||
*/
|
||||
package org.springframework.boot.devtools.classpath;
|
||||
|
||||
|
||||
@@ -18,4 +18,3 @@
|
||||
* Class to watch the local filesystem for changes.
|
||||
*/
|
||||
package org.springframework.boot.devtools.filewatch;
|
||||
|
||||
|
||||
@@ -18,4 +18,3 @@
|
||||
* Support for the livereload protocol.
|
||||
*/
|
||||
package org.springframework.boot.devtools.livereload;
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* Copyright 2012-2015 the original author or authors.
|
||||
*
|
||||
|
||||
@@ -18,4 +18,3 @@
|
||||
* Client support for a remotely running Spring Boot application.
|
||||
*/
|
||||
package org.springframework.boot.devtools.remote.client;
|
||||
|
||||
|
||||
@@ -18,4 +18,3 @@
|
||||
* Server support for a remotely running Spring Boot application.
|
||||
*/
|
||||
package org.springframework.boot.devtools.remote.server;
|
||||
|
||||
|
||||
@@ -18,4 +18,3 @@
|
||||
* Classloaders used for reload support.
|
||||
*/
|
||||
package org.springframework.boot.devtools.restart.classloader;
|
||||
|
||||
|
||||
@@ -18,4 +18,3 @@
|
||||
* Application restart support.
|
||||
*/
|
||||
package org.springframework.boot.devtools.restart;
|
||||
|
||||
|
||||
@@ -18,4 +18,3 @@
|
||||
* Remote restart server.
|
||||
*/
|
||||
package org.springframework.boot.devtools.restart.server;
|
||||
|
||||
|
||||
@@ -18,4 +18,3 @@
|
||||
* Client side TCP tunnel support.
|
||||
*/
|
||||
package org.springframework.boot.devtools.tunnel.client;
|
||||
|
||||
|
||||
@@ -20,4 +20,3 @@
|
||||
* and isn't particularly worried about resource usage.
|
||||
*/
|
||||
package org.springframework.boot.devtools.tunnel;
|
||||
|
||||
|
||||
@@ -18,4 +18,3 @@
|
||||
* Classes to deal with payloads sent over a HTTP tunnel.
|
||||
*/
|
||||
package org.springframework.boot.devtools.tunnel.payload;
|
||||
|
||||
|
||||
@@ -18,4 +18,3 @@
|
||||
* Server side TCP tunnel support.
|
||||
*/
|
||||
package org.springframework.boot.devtools.tunnel.server;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user