BUISSON Christian
2014-04-15 47bfbe3b1da6629655f49b32b917dccb21b83809
src/main/java/com/gitblit/dagger/DaggerContext.java
@@ -61,7 +61,7 @@
   @Override
   public final void contextDestroyed(ServletContextEvent contextEvent) {
      ServletContext context = contextEvent.getServletContext();
      context.setAttribute(INJECTOR_NAME, null);
      context.removeAttribute(INJECTOR_NAME);
      destroyContext(context);
   }
}