Merge pull request #609 from julian-lefebvre/patch-1

fix javadoc
This commit is contained in:
Ryan Baxter
2017-01-13 11:53:13 -05:00
committed by GitHub

View File

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