You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2018/08/19 17:05:24 UTC

[06/10] [lang] (fix) release notes LANG-1290 -> LANG-1390 typo

(fix) release notes LANG-1290 -> LANG-1390 typo


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

Branch: refs/heads/master
Commit: f7d2bdd24db0aa9e8ad44b706c5d60c92b6825ca
Parents: 6a02b53
Author: Rob Tompkins <ch...@gmail.com>
Authored: Wed Aug 15 21:17:28 2018 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Wed Aug 15 21:17:28 2018 -0400

----------------------------------------------------------------------
 RELEASE-NOTES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/f7d2bdd2/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 1b5ce02..c62c488 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -50,7 +50,7 @@ o LANG-1391: Improve Javadoc for StringUtils.isAnyEmpty(null) Thanks to Sauro Ma
 o LANG-1393: Add API SystemUtils.String getEnvironmentVariable(final String name, final String defaultValue) Thanks to Gary Gregory.
 o LANG-1394: org.apache.commons.lang3.SystemUtils should not write to System.err. Thanks to Sebb, Gary Gregory.
 o LANG-1238: Add RegexUtils class instead of overloading methods in StringUtils that take a regex to take precompiled Pattern. Thanks to Christopher Cordeiro, Gary Gregory, Bruno P. Kinoshita, Oleg Chubaryov.
-o LANG-1290: StringUtils.join() with support for List<?> with configurable start/end indices. Thanks to Jochen Schalanda.
+o LANG-1390: StringUtils.join() with support for List<?> with configurable start/end indices. Thanks to Jochen Schalanda.
 o LANG-1392: Methods for getting first non empty or non blank value Thanks to Jeff Nelson.
 o LANG-1408: Rounding utilities for converting to BigDecimal