Fix typo in Javadoc

This commit is contained in:
hns 2004-01-14 16:30:38 +00:00
parent 8d9c6504b8
commit 68891eeb95

View file

@ -166,7 +166,7 @@ public class Server implements IPathElement, Runnable {
* parse the command line arguments, read a given server.properties file
* and check the values given for server ports
* @return Config if successfull
* @throews Exception on any configuration error
* @throws Exception on any configuration error
*/
public static Config getConfig(String[] args) throws Exception {