Commit 11dee3c0 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '1.5.x' into 2.0.x

parents 50113387 29de7921
...@@ -66,7 +66,8 @@ public class ManagementServerProperties { ...@@ -66,7 +66,8 @@ public class ManagementServerProperties {
/** /**
* Sets the port of the management server, use {@code null} if the * 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 * @param port the port
*/ */
public void setPort(Integer 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