diff options
Diffstat (limited to 'src/uk/ac/ox/cs/pagoda/hermit/RuleHelper.java')
| -rw-r--r-- | src/uk/ac/ox/cs/pagoda/hermit/RuleHelper.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uk/ac/ox/cs/pagoda/hermit/RuleHelper.java b/src/uk/ac/ox/cs/pagoda/hermit/RuleHelper.java index 530b97f..81c99a4 100644 --- a/src/uk/ac/ox/cs/pagoda/hermit/RuleHelper.java +++ b/src/uk/ac/ox/cs/pagoda/hermit/RuleHelper.java | |||
| @@ -37,7 +37,7 @@ public class RuleHelper { | |||
| 37 | boolean lastSpace = true; | 37 | boolean lastSpace = true; |
| 38 | for (Atom headAtom: clause.getHeadAtoms()) { | 38 | for (Atom headAtom: clause.getHeadAtoms()) { |
| 39 | if ((atomText = getText(headAtom)) == null) continue; | 39 | if ((atomText = getText(headAtom)) == null) continue; |
| 40 | if (!lastSpace) buf.append(" | "); | 40 | if (!lastSpace) buf.append(" v "); |
| 41 | buf.append(atomText); | 41 | buf.append(atomText); |
| 42 | lastSpace = false; | 42 | lastSpace = false; |
| 43 | } | 43 | } |
