提交 1f64d7c2 authored 作者: Thomas Mueller's avatar Thomas Mueller

Improved Javadocs

上级 c01891a8
......@@ -433,6 +433,10 @@ public class Server extends Tool implements Runnable, ShutdownHandler {
* -tcpPort, -tcpSSL, -tcpPassword, -tcpAllowOthers, -tcpDaemon,
* -trace, -ifExists, -baseDir, -key.
* See the main method for details.
* <p>
* If no port is specified, the default port is used if possible,
* and if this port is already used, a random port is used.
* Use getPort() or getURL() after starting to retrieve the port.
*
* @param args the argument list
* @return the server
......@@ -455,6 +459,10 @@ public class Server extends Tool implements Runnable, ShutdownHandler {
* -pgPort, -pgAllowOthers, -pgDaemon,
* -trace, -ifExists, -baseDir, -key.
* See the main method for details.
* <p>
* If no port is specified, the default port is used if possible,
* and if this port is already used, a random port is used.
* Use getPort() or getURL() after starting to retrieve the port.
*
* @param args the argument list
* @return the server
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论