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

Commit 84cc56f

Browse files
Minor clean-up in axioms.ForwardRuleReasonerRDFS
1 parent 74a74c4 commit 84cc56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sansa-inference-spark/src/main/scala/net/sansa_stack/inference/spark/forwardchaining/axioms/ForwardRuleReasonerRDFS.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ class ForwardRuleReasonerRDFS(sc: SparkContext, parallelism: Int = 2) extends Lo
351351
val infered = allAxioms.subtract(axioms)
352352
val inferedCount = infered.count()
353353

354-
println("\n Finish with " + inferedCount + " Inferred Axioms")
354+
println("Finished with " + inferedCount + " inferred axioms")
355355
infered
356356

357357
}

0 commit comments

Comments
 (0)