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

Commit

Permalink
Minor clean-up in axioms.ForwardRuleReasonerRDFS
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwestphal committed Dec 10, 2018
1 parent 74a74c4 commit 84cc56f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -351,7 +351,7 @@ class ForwardRuleReasonerRDFS(sc: SparkContext, parallelism: Int = 2) extends Lo
val infered = allAxioms.subtract(axioms)
val inferedCount = infered.count()

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

}
Expand Down

0 comments on commit 84cc56f

Please sign in to comment.