You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2015/02/22 01:22:01 UTC

[text] Fix package in Javadoc

Repository: commons-text
Updated Branches:
  refs/heads/NEW-METRICS e099c56ea -> 0404dbf4b


Fix package in Javadoc


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/0404dbf4
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/0404dbf4
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/0404dbf4

Branch: refs/heads/NEW-METRICS
Commit: 0404dbf4b15782634b6816d8499ebd64c7aafc48
Parents: e099c56
Author: Bruno P. Kinoshita <ki...@apache.org>
Authored: Sat Feb 21 22:21:39 2015 -0200
Committer: Bruno P. Kinoshita <ki...@apache.org>
Committed: Sat Feb 21 22:21:39 2015 -0200

----------------------------------------------------------------------
 .../java/org/apache/commons/text/similarity/FuzzyScoreTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/0404dbf4/src/test/java/org/apache/commons/text/similarity/FuzzyScoreTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/text/similarity/FuzzyScoreTest.java b/src/test/java/org/apache/commons/text/similarity/FuzzyScoreTest.java
index b2fab14..b6519e8 100644
--- a/src/test/java/org/apache/commons/text/similarity/FuzzyScoreTest.java
+++ b/src/test/java/org/apache/commons/text/similarity/FuzzyScoreTest.java
@@ -24,7 +24,7 @@ import org.junit.BeforeClass;
 import org.junit.Test;
 
 /**
- * Unit tests for {@link org.apache.commons.text.FuzzyScore}.
+ * Unit tests for {@link org.apache.commons.text.similarity.FuzzyScore}.
  */
 public class FuzzyScoreTest {