From: Fredrik Tolf Date: Tue, 13 Oct 2009 02:29:55 +0000 (+0200) Subject: Removed the "RootResponder". I have no idea what it did there in the first place. X-Git-Url: http://dolda2000.com/gitweb/?p=jsvc.git;a=commitdiff_plain;h=c3ef34f00f4a106eba22d0edbcfe32325089f9bd Removed the "RootResponder". I have no idea what it did there in the first place. --- diff --git a/src/dolda/jsvc/RootResponder.java b/src/dolda/jsvc/RootResponder.java deleted file mode 100644 index 5b7623e..0000000 --- a/src/dolda/jsvc/RootResponder.java +++ /dev/null @@ -1,6 +0,0 @@ -package dolda.jsvc; - -public class RootResponder implements Responder { - public void respond(Request req) { - } -}