]> source.dussan.org Git - gitblit.git/commitdiff
Dropped WebListener annotation
authorJames Moger <james.moger@gitblit.com>
Sat, 24 May 2014 13:20:59 +0000 (09:20 -0400)
committerJames Moger <james.moger@gitblit.com>
Thu, 3 Jul 2014 20:57:47 +0000 (16:57 -0400)
src/main/java/com/gitblit/servlet/GitblitContext.java

index 86b2fb3a8e2601722c79b755de57aaf3cde36d22..e0f6003c77a935a2492a2e9dabdcb40f2ffdc9ef 100644 (file)
@@ -30,7 +30,6 @@ import javax.naming.InitialContext;
 import javax.naming.NamingException;
 import javax.servlet.ServletContext;
 import javax.servlet.ServletContextEvent;
-import javax.servlet.annotation.WebListener;
 
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -72,7 +71,6 @@ import com.google.inject.servlet.GuiceServletContextListener;
  * @author James Moger
  *
  */
-@WebListener
 public class GitblitContext extends GuiceServletContextListener {
 
        private static GitblitContext gitblit;