removing white space from very long line

This commit is contained in:
Brian Caruso 2013-08-02 11:30:33 -04:00
parent 6a3e6f4f5b
commit d802b95f9c

View file

@ -547,7 +547,8 @@ public class SimpleReasoner extends StatementListener {
*
* If it is removed that x is sameAs y, then remove y sameAs x from
* the inference graph and then recompute the inferences for x and
* y based on their respective assertions. that x owl:sameAs y, then all asserted and inferred
* y based on their respective assertions.
* that x owl:sameAs y, then all asserted and inferred
*/
protected void removedABoxSameAsAssertion(Statement stmt, Model inferenceModel) {
Resource subject = null;