Browse Source

Merge pull request #17068 from ielatif

* pr/17068:
  Fix javadoc of management server port

Closes gh-17068
1.5.x
Stephane Nicoll 7 years ago
parent
commit
29de792148
  1. 3
      spring-boot-actuator/src/main/java/org/springframework/boot/actuate/autoconfigure/ManagementServerProperties.java

3
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/autoconfigure/ManagementServerProperties.java

@ -99,7 +99,8 @@ public class ManagementServerProperties implements SecurityPrerequisite { @@ -99,7 +99,8 @@ public class ManagementServerProperties implements SecurityPrerequisite {
/**
* Sets the port of the management server, use {@code null} if the
* {@link ServerProperties#getPort() server port} should be used. To disable use 0.
* {@link ServerProperties#getPort() server port} should be used. Set to 0 to use a
* random port or set to -1 to disable.
* @param port the port
*/
public void setPort(Integer port) {

Loading…
Cancel
Save