diff --git a/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/bootstrap/ConfigServerBootstrapApplicationListener.java b/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/bootstrap/ConfigServerBootstrapApplicationListener.java index eb39df61..e628961a 100644 --- a/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/bootstrap/ConfigServerBootstrapApplicationListener.java +++ b/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/bootstrap/ConfigServerBootstrapApplicationListener.java @@ -39,9 +39,8 @@ import org.springframework.core.env.PropertySource; *
* N.B. a config server can always be an "embedded" config client (using its own config
* repository as a property source) if you set
- * spring.cloud.config.server.bootstrap=true in bootstrap.yml
- * bootstrap.yml. This listener is only to prevent it from using HTTP to contact
- * itself.
+ * spring.cloud.config.server.bootstrap=true in bootstrap.yml.
+ * This listener is only to prevent it from using HTTP to contact itself.
*
* @author Dave Syer
*