summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2012-10-31 13:50:37 -0600
committerRocky Madden <git@rockymadden.com>2012-10-31 13:50:37 -0600
commit2b5ffeb03d356847a3572619d153fada2225953e (patch)
treea868d0ee8f624035811723212422f3a0c5c7283a /core
parent0dcc07590b8b1c9c154cf030767e6db6343d79bb (diff)
downloadstringmetric-2b5ffeb03d356847a3572619d153fada2225953e.tar.gz
stringmetric-2b5ffeb03d356847a3572619d153fada2225953e.tar.bz2
stringmetric-2b5ffeb03d356847a3572619d153fada2225953e.zip
Minor language clean up.
Diffstat (limited to 'core')
-rwxr-xr-xcore/source/core/scala/org/hashtree/stringmetric/phonetic/package.scala6
-rwxr-xr-xcore/source/core/scala/org/hashtree/stringmetric/similarity/package.scala6
2 files changed, 12 insertions, 0 deletions
diff --git a/core/source/core/scala/org/hashtree/stringmetric/phonetic/package.scala b/core/source/core/scala/org/hashtree/stringmetric/phonetic/package.scala
new file mode 100755
index 0000000..fec9b8d
--- /dev/null
+++ b/core/source/core/scala/org/hashtree/stringmetric/phonetic/package.scala
@@ -0,0 +1,6 @@
+package org.hashtree.stringmetric
+
+/** Provides core phonetic string metric functionality. */
+package object phonetic {
+
+} \ No newline at end of file
diff --git a/core/source/core/scala/org/hashtree/stringmetric/similarity/package.scala b/core/source/core/scala/org/hashtree/stringmetric/similarity/package.scala
new file mode 100755
index 0000000..19a7a60
--- /dev/null
+++ b/core/source/core/scala/org/hashtree/stringmetric/similarity/package.scala
@@ -0,0 +1,6 @@
+package org.hashtree.stringmetric
+
+/** Provides core similarity string metric functionality. */
+package object similarity {
+
+} \ No newline at end of file