Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Adjust Scala-style
Browse files Browse the repository at this point in the history
  • Loading branch information
Hebaallahibrahim committed Nov 15, 2018
1 parent bb0026d commit d16d2d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ class TransitiveReasoner extends Serializable {
tc.map(x => f.getOWLObjectPropertyAssertionAxiom(prop, x._1, x._2))
.filter(a => a.getSubject != a.getObject) // to exclude assertions with (A P A)
}
}
}

0 comments on commit d16d2d1

Please sign in to comment.