Fix typo in Javadoc
This commit is contained in:
parent
8d9c6504b8
commit
68891eeb95
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ public class Server implements IPathElement, Runnable {
|
||||||
* parse the command line arguments, read a given server.properties file
|
* parse the command line arguments, read a given server.properties file
|
||||||
* and check the values given for server ports
|
* and check the values given for server ports
|
||||||
* @return Config if successfull
|
* @return Config if successfull
|
||||||
* @throews Exception on any configuration error
|
* @throws Exception on any configuration error
|
||||||
*/
|
*/
|
||||||
public static Config getConfig(String[] args) throws Exception {
|
public static Config getConfig(String[] args) throws Exception {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue