change to use non-static parser method for NIHVIVO-205 ontology upgrade
This commit is contained in:
parent
a8a5a2eb09
commit
6eccc7e2c9
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ public class OntologyUpdater {
|
||||||
|
|
||||||
private List<AtomicOntologyChange> getAtomicOntologyChanges()
|
private List<AtomicOntologyChange> getAtomicOntologyChanges()
|
||||||
throws IOException {
|
throws IOException {
|
||||||
return OntologyChangeParser.parseFile(settings.getDiffFile());
|
return (new OntologyChangeParser()).parseFile(settings.getDiffFile());
|
||||||
}
|
}
|
||||||
|
|
||||||
private void updateABox(List<AtomicOntologyChange> changes) {
|
private void updateABox(List<AtomicOntologyChange> changes) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue