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:
parent
17af40277c
commit
b0c68e5176
1 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue