Repository: commons-lang Updated Branches: refs/heads/master d1a325560 -> ac78ec294
[LANG-1210] StringUtils#startsWithAny has error in Javadoc. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/ac78ec29 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/ac78ec29 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/ac78ec29 Branch: refs/heads/master Commit: ac78ec294e1b52de016fecb278dae15b60f6fa90 Parents: d1a3255 Author: ggregory <[email protected]> Authored: Mon Feb 29 18:43:00 2016 -0800 Committer: ggregory <[email protected]> Committed: Mon Feb 29 18:43:00 2016 -0800 ---------------------------------------------------------------------- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/ac78ec29/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6830820..b087cdd 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,7 +22,7 @@ <body> <release version="3.5" date="tba" description="tba"> - <action issue="LANG-1211" type="update" dev="ggregory" due-to="Matthias Niehoff">Fix Javadoc for StringUtils.startsWithAny(CharSequence, CharSequence...)</action> + <action issue="LANG-1210" type="update" dev="ggregory" due-to="Matthias Niehoff">StringUtils#startsWithAny has error in Javadoc</action> <action issue="LANG-1208" type="update" dev="bayard" due-to="Samuel Karp">StrSubstitutor can preserve escapes</action> <action issue="LANG-1175" type="fix" dev="wikier" due-to="Benedikt Ritter">Remove Ant-based build</action> <action issue="LANG-1192" type="add" dev="chas" due-to="Dominik Stadler">FastDateFormat support of the week-year component (uppercase 'Y')</action>
