Fix javadoc of management server port

See gh-17068
1.5.x
Issam El-atif 6 years ago committed by Stephane Nicoll
parent 844873c18a
commit fca97ff86c

@ -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