big code cleanup to reduce number of compiler warnings

This commit is contained in:
smeghead
2005-03-01 23:25:15 +00:00
committed by zzz
parent 57d6a2f645
commit 2d15a42137
136 changed files with 7 additions and 401 deletions

View File

@ -13,10 +13,7 @@ import org.mortbay.jetty.servlet.WebApplicationContext;
import org.mortbay.http.DigestAuthenticator;
import org.mortbay.http.handler.SecurityHandler;
import org.mortbay.http.HashUserRealm;
import org.mortbay.http.HttpRequest;
import org.mortbay.http.SecurityConstraint;
import org.mortbay.http.Authenticator;
import org.mortbay.util.MultiException;
public class RouterConsoleRunner {
private Server _server;