From 162445721c9b697ce48d05bc9653863c1a349f69 Mon Sep 17 00:00:00 2001 From: Rocky Madden Date: Wed, 31 Oct 2012 13:30:28 -0600 Subject: Fixed comment spacing issue. --- .../scala/org/hashtree/stringmetric/phonetic/NysiisAlgorithmSpec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/source/test/scala/org/hashtree/stringmetric/phonetic/NysiisAlgorithmSpec.scala b/core/source/test/scala/org/hashtree/stringmetric/phonetic/NysiisAlgorithmSpec.scala index d1a209f..a4d8e69 100755 --- a/core/source/test/scala/org/hashtree/stringmetric/phonetic/NysiisAlgorithmSpec.scala +++ b/core/source/test/scala/org/hashtree/stringmetric/phonetic/NysiisAlgorithmSpec.scala @@ -142,7 +142,7 @@ final class NysiisAlgorithmSpec extends ScalaTest { NysiisAlgorithm.compute("nd").get should equal ("d") // Core cases. - NysiisAlgorithm.compute("eev").get should equal ("yv") //dropby wrongly says eaf + NysiisAlgorithm.compute("eev").get should equal ("yv") // dropby wrongly says eaf NysiisAlgorithm.compute("zev").get should equal ("zaf") NysiisAlgorithm.compute("kkn").get should equal ("cn") NysiisAlgorithm.compute("sschn").get should equal ("ssn") -- cgit v1.2.3