David Ostrovsky
2014-06-16 5441436f507a8b1b0dbd24b523e4a27bd30840e6
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);
   }
}