summaryrefslogtreecommitdiff
path: root/core/source/test/scala/com
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2013-12-28 11:55:39 -0700
committerRocky Madden <git@rockymadden.com>2013-12-28 11:55:39 -0700
commitba7295409ed82fe4ae30a871004226465a758859 (patch)
treea9520424b38b3a712c387aa4d46a12b83a9fb65b /core/source/test/scala/com
parentef997c15f2ac152b53f05669f1d6bb9aa00aded7 (diff)
downloadstringmetric-ba7295409ed82fe4ae30a871004226465a758859.tar.gz
stringmetric-ba7295409ed82fe4ae30a871004226465a758859.tar.bz2
stringmetric-ba7295409ed82fe4ae30a871004226465a758859.zip
Renamed package.
Diffstat (limited to 'core/source/test/scala/com')
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/tokenize/NGramTokenizerSpec.scala (renamed from core/source/test/scala/com/rockymadden/stringmetric/tokenization/NGramTokenizerSpec.scala)2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/source/test/scala/com/rockymadden/stringmetric/tokenization/NGramTokenizerSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/tokenize/NGramTokenizerSpec.scala
index 1598a93..01636f0 100755
--- a/core/source/test/scala/com/rockymadden/stringmetric/tokenization/NGramTokenizerSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/tokenize/NGramTokenizerSpec.scala
@@ -1,4 +1,4 @@
-package com.rockymadden.stringmetric.tokenization
+package com.rockymadden.stringmetric.tokenize
import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith