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

[text] [TEXT-113]Add an interpolator string lookup: StringLookupFactory#interpolatorStringLookup(). Better description.

Repository: commons-text
Updated Branches:
  refs/heads/master cb1897416 -> 9a1cf6e79


[TEXT-113]Add an interpolator string lookup:
StringLookupFactory#interpolatorStringLookup(). Better description.

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

Branch: refs/heads/master
Commit: 9a1cf6e799055729203e10c82cd23f07405f65a5
Parents: cb18974
Author: Gary Gregory <ga...@gmail.com>
Authored: Mon Feb 12 12:14:07 2018 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Mon Feb 12 12:14:07 2018 -0700

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/9a1cf6e7/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 584c343..6450608 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,7 +48,7 @@ The <action> type attribute can be add,update,fix,remove.
   <release version="1.3" date="YYYY-MM-DD" description="Release 1.3">
     <action issue="TEXT-110" type="add" dev="pschumacher">Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility</action>
     <action issue="TEXT-70" type="fix" dev="pschumacher">Build failure with java 9-ea+159</action>
-    <action issue="TEXT-113" type="add" dev="ggregory">Add an interpolator string lookup</action>
+    <action issue="TEXT-113" type="add" dev="ggregory">Add an interpolator string lookup: StringLookupFactory#interpolatorStringLookup()</action>
     <action issue="TEXT-114" type="add" dev="ggregory">Add a StrSubstitutor replacement based on interfaces: StringSubstitutor</action>
     <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>