summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2012-10-31 13:30:28 -0600
committerRocky Madden <git@rockymadden.com>2012-10-31 13:30:28 -0600
commit162445721c9b697ce48d05bc9653863c1a349f69 (patch)
tree0649d26ffecb7a960e26445b1cc474f5f5e17d34 /core
parentec47080bda4ca3b79a14bd0eb77a2bbad6c18612 (diff)
downloadstringmetric-162445721c9b697ce48d05bc9653863c1a349f69.tar.gz
stringmetric-162445721c9b697ce48d05bc9653863c1a349f69.tar.bz2
stringmetric-162445721c9b697ce48d05bc9653863c1a349f69.zip
Fixed comment spacing issue.
Diffstat (limited to 'core')
-rwxr-xr-xcore/source/test/scala/org/hashtree/stringmetric/phonetic/NysiisAlgorithmSpec.scala2
1 files changed, 1 insertions, 1 deletions
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")