diff options
| author | yzhou <yzhou@krr-linux.cs.ox.ac.uk> | 2015-05-01 12:10:58 +0100 |
|---|---|---|
| committer | yzhou <yzhou@krr-linux.cs.ox.ac.uk> | 2015-05-01 18:13:14 +0100 |
| commit | 2d007839a1e0f9775097f5f7cff14521d2afd021 (patch) | |
| tree | 876cc374bc0d660ee91fe6e5011fffd72d911de4 /test | |
| parent | 0d8f240c9c0a64f2285324e5a517161e45c698fc (diff) | |
| download | ACQuA-2d007839a1e0f9775097f5f7cff14521d2afd021.tar.gz ACQuA-2d007839a1e0f9775097f5f7cff14521d2afd021.zip | |
add time tag to the temporary output
fixed a bug about equality in the tracking datalog encoding
Diffstat (limited to 'test')
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/ore/PagodaOWLReasoner.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/uk/ac/ox/cs/pagoda/ore/PagodaOWLReasoner.java b/test/uk/ac/ox/cs/pagoda/ore/PagodaOWLReasoner.java index 282c8f3..7aaabed 100644 --- a/test/uk/ac/ox/cs/pagoda/ore/PagodaOWLReasoner.java +++ b/test/uk/ac/ox/cs/pagoda/ore/PagodaOWLReasoner.java | |||
| @@ -463,8 +463,7 @@ public class PagodaOWLReasoner implements OWLReasoner { | |||
| 463 | 463 | ||
| 464 | @Override | 464 | @Override |
| 465 | public void dispose() { | 465 | public void dispose() { |
| 466 | // TODO Auto-generated method stub | 466 | reasoner.dispose(); |
| 467 | |||
| 468 | } | 467 | } |
| 469 | 468 | ||
| 470 | } | 469 | } |
