diff options
| author | yzhou <yzhou@krr-linux.cs.ox.ac.uk> | 2015-05-02 10:59:32 +0100 |
|---|---|---|
| committer | yzhou <yzhou@krr-linux.cs.ox.ac.uk> | 2015-05-02 10:59:32 +0100 |
| commit | 58e6d87cb604702e7b307bad73c4fd42a694c3ec (patch) | |
| tree | a8072979fa6dd1c86ccf2fed62b371cc0e6482b9 /src/uk/ac/ox/cs/pagoda/reasoner/QueryReasoner.java | |
| parent | d71035e6f10b3775191ad134d92f897044a592d8 (diff) | |
| download | ACQuA-58e6d87cb604702e7b307bad73c4fd42a694c3ec.tar.gz ACQuA-58e6d87cb604702e7b307bad73c4fd42a694c3ec.zip | |
removed debug output for ore compitition
to add log info, check Utility.java LOGS
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 { |
