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

[2/3] [text] Update jira ticket references

Update jira ticket references


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

Branch: refs/heads/master
Commit: fafc0f0bb27c50ad92f5c04b5cd6239b80a67575
Parents: de5481a
Author: Benedikt Ritter <br...@apache.org>
Authored: Sat May 2 09:57:24 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Sat May 2 09:57:24 2015 +0200

----------------------------------------------------------------------
 src/main/java/org/apache/commons/text/names/HumanNameParser.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/fafc0f0b/src/main/java/org/apache/commons/text/names/HumanNameParser.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/text/names/HumanNameParser.java b/src/main/java/org/apache/commons/text/names/HumanNameParser.java
index 9d6c2fc..4fa83b5 100644
--- a/src/main/java/org/apache/commons/text/names/HumanNameParser.java
+++ b/src/main/java/org/apache/commons/text/names/HumanNameParser.java
@@ -93,8 +93,8 @@ import org.apache.commons.lang3.StringUtils;
  * <p>The original code was written in <a href="http://jasonpriem.com/human-name-parse">PHP</a>
  * and ported to <a href="http://tupilabs.github.io/HumanNameParser.java/">Java</a>. This 
  * implementation is based on the Java implementation, with additions
- * suggested in <a href="https://issues.apache.org/jira/browse/SANDBOX-487">SANDBOX-487</a>
- * and <a href="https://issues.apache.org/jira/browse/SANDBOX-498">SANDBOX-498</a>.</p>
+ * suggested in <a href="https://issues.apache.org/jira/browse/TEXT-15">TEST-15</a>
+ * and <a href="https://issues.apache.org/jira/browse/TEXT-16">TEXT-16</a>.</p>
  *
  * <p>This class is immutable.</p>
  */