From 27e168f982b564b4c891109c57b42ace10f82749 Mon Sep 17 00:00:00 2001 From: julian-lefebvre Date: Fri, 13 Jan 2017 13:45:10 +0100 Subject: [PATCH] fix javadoc remove duplicate words on class ConfigServerBootstrapApplicationListener's javadoc. --- .../bootstrap/ConfigServerBootstrapApplicationListener.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 *