re-commenting-out initial context listener code for NIHVIVO-205

This commit is contained in:
bjl23 2010-04-02 00:36:47 +00:00
parent 853df19c8b
commit 84cade7623

View file

@ -42,7 +42,7 @@ public class UpdateKnowledgeBase implements ServletContextListener {
public void contextInitialized(ServletContextEvent sce) {
/*
ServletContext ctx = sce.getServletContext();
@ -76,6 +76,8 @@ public class UpdateKnowledgeBase implements ServletContextListener {
throw new RuntimeException(errMsg, ioe);
}
*/
}
public void contextDestroyed(ServletContextEvent arg0) {