From 68891eeb95d50938c501b5b93cfdca3bf083956e Mon Sep 17 00:00:00 2001 From: hns Date: Wed, 14 Jan 2004 16:30:38 +0000 Subject: [PATCH] Fix typo in Javadoc --- src/helma/main/Server.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helma/main/Server.java b/src/helma/main/Server.java index 41f12b07..a13446a8 100644 --- a/src/helma/main/Server.java +++ b/src/helma/main/Server.java @@ -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 {