diff options
Diffstat (limited to 'src/uk/ac/ox/cs/pagoda/reasoner/QueryReasoner.java')
| -rw-r--r-- | src/uk/ac/ox/cs/pagoda/reasoner/QueryReasoner.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uk/ac/ox/cs/pagoda/reasoner/QueryReasoner.java b/src/uk/ac/ox/cs/pagoda/reasoner/QueryReasoner.java index d5796ad..f2b7251 100644 --- a/src/uk/ac/ox/cs/pagoda/reasoner/QueryReasoner.java +++ b/src/uk/ac/ox/cs/pagoda/reasoner/QueryReasoner.java | |||
| @@ -35,7 +35,7 @@ public abstract class QueryReasoner { | |||
| 35 | pagoda.loadOntology(ontology); | 35 | pagoda.loadOntology(ontology); |
| 36 | pagoda.importData(p.getDataPath()); | 36 | pagoda.importData(p.getDataPath()); |
| 37 | if (pagoda.preprocess()) { | 37 | if (pagoda.preprocess()) { |
| 38 | System.out.println("The ontology is consistent!"); | 38 | Utility.logInfo("The ontology is consistent!"); |
| 39 | return pagoda; | 39 | return pagoda; |
| 40 | } | 40 | } |
| 41 | else { | 41 | else { |
