Mercurial Hosting > luan
changeset 800:e2a446c5c7c4
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 07 Sep 2016 20:16:28 -0600 |
parents | 9c13a15a4002 |
children | 6a21393191c1 66ff32660031 |
files | src/luan/modules/http/AuthenticationHandler.java src/luan/modules/http/LuanHandler.java |
diffstat | 2 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/luan/modules/http/AuthenticationHandler.java Tue Sep 06 18:03:19 2016 -0600 +++ b/src/luan/modules/http/AuthenticationHandler.java Wed Sep 07 20:16:28 2016 -0600 @@ -1,8 +1,6 @@ package luan.modules.http; import java.io.IOException; -import javax.servlet.ServletException; -import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.eclipse.jetty.server.Request;
--- a/src/luan/modules/http/LuanHandler.java Tue Sep 06 18:03:19 2016 -0600 +++ b/src/luan/modules/http/LuanHandler.java Wed Sep 07 20:16:28 2016 -0600 @@ -4,8 +4,6 @@ import java.lang.reflect.Method; import java.util.concurrent.locks.ReadWriteLock; import java.util.concurrent.locks.ReentrantReadWriteLock; -import javax.servlet.ServletException; -import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.slf4j.Logger;