summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2012-10-08 16:41:15 -0600
committerRocky Madden <git@rockymadden.com>2012-10-08 16:41:15 -0600
commit2b6d745e54ed5a4c9f3253f9c97188861aef4452 (patch)
tree21ff8473af280203b96d3a63b945de5b7677a594
parent4ad34e4b136567c4a3386982ab603a5ed32a90e1 (diff)
downloadstringmetric-2b6d745e54ed5a4c9f3253f9c97188861aef4452.tar.gz
stringmetric-2b6d745e54ed5a4c9f3253f9c97188861aef4452.tar.bz2
stringmetric-2b6d745e54ed5a4c9f3253f9c97188861aef4452.zip
Removed unneeded imports.
-rwxr-xr-xcore/source/core/scala/org/hashtree/stringmetric/JaroWinklerMetric.scala4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/source/core/scala/org/hashtree/stringmetric/JaroWinklerMetric.scala b/core/source/core/scala/org/hashtree/stringmetric/JaroWinklerMetric.scala
index eefefd4..01e56f8 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/JaroWinklerMetric.scala
+++ b/core/source/core/scala/org/hashtree/stringmetric/JaroWinklerMetric.scala
@@ -1,9 +1,5 @@
package org.hashtree.stringmetric
-import scala.collection.mutable.ArrayBuffer
-import scala.math
-import scala.util.control.Breaks.{ break, breakable }
-
/**
* An implementation of the Jaro-Winkler string metric. One differing detail in this implementation is that if a
* character is matched in string2, it cannot be matched upon again. This results in a more penalized distance in these