change to use non-static parser method for NIHVIVO-205 ontology upgrade

This commit is contained in:
bjl23 2010-03-31 15:08:14 +00:00
parent a8a5a2eb09
commit 6eccc7e2c9

View file

@ -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) {