checking in again so I can add a comment for the last commit: NIHVIVO-1312 (recompute Abox inferences when a filegraph model changes)

This commit is contained in:
sjm222 2011-03-10 21:45:47 +00:00
parent 17af40277c
commit b0c68e5176

View file

@ -45,8 +45,8 @@ public class FileGraphSetup implements ServletContextListener {
return;
}
boolean aboxChanged = false; // indicates whether any ABox filegraph model has changed
boolean tboxChanged = false; // indicates whether any TBox filegraph model has changed
boolean aboxChanged = false; // indicates whether any ABox file graph model has changed
boolean tboxChanged = false; // indicates whether any TBox file graph model has changed
try {
OntModelSelectorImpl baseOms = (OntModelSelectorImpl) sce.getServletContext().getAttribute("baseOntModelSelector");