You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2018/02/14 19:47:50 UTC

[text] TEXT-80: StrLookup API confusing

Repository: commons-text
Updated Branches:
  refs/heads/master 39eff9e13 -> fb5d8c93a


TEXT-80: StrLookup API confusing

add changes.xml and RELEASE-NOTES.txt entry

close #44, (side-effect close #24)


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

Branch: refs/heads/master
Commit: fb5d8c93ac84d4d49e0a23b082d26918b2c78439
Parents: 39eff9e
Author: Pascal Schumacher <pa...@gmx.net>
Authored: Wed Feb 14 20:47:41 2018 +0100
Committer: Pascal Schumacher <pa...@gmx.net>
Committed: Wed Feb 14 20:47:41 2018 +0100

----------------------------------------------------------------------
 RELEASE-NOTES.txt       | 1 +
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/fb5d8c93/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 706d6d3..8a1f9d4 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -26,6 +26,7 @@ FIXED BUGS
 ==========
 
 o Build failure with java 9-ea+159  Issue: TEXT-70. 
+o StrLookup API confusing  Issue: TEXT-80. 
 
 =============================================================================
 

http://git-wip-us.apache.org/repos/asf/commons-text/blob/fb5d8c93/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 114de08..434d428 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,6 +53,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="TEXT-115" type="add" dev="ggregory">Add a StrBuilder replacement based on the StringMatcher interface: TextStringBuilder</action>
     <action issue="TEXT-116" type="add" dev="ggregory">Add a StrTokenizer replacement based on the StringMatcher interface: StringTokenizer</action>
     <action issue="TEXT-117" type="add" dev="ggregory">Add a local host string lookup: LocalHostStringLookup</action>
+    <action issue="TEXT-80" type="fix" dev="ggregory">StrLookup API confusing</action>
   </release>
 
   <release version="1.2" date="2017-12-12" description="Release 1.2">