Commit fca97ff8 authored by Issam El-atif's avatar Issam El-atif Committed by Stephane Nicoll

Fix javadoc of management server port

See gh-17068
parent 844873c1
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment