BUISSON Christian
2014-04-15 3380373c3123f875f50e48b0290c84dfae0519e4
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);
   }
}