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 2019/03/04 22:44:27 UTC

[commons-lang] branch master updated: [LANG-1436] (doc) Fix javadoc for 'startIndex' parameter of StringUtils.join() methods. GitHub PR #412.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 82b69a4  [LANG-1436] (doc) Fix javadoc for 'startIndex' parameter of StringUtils.join() methods. GitHub PR #412.
82b69a4 is described below

commit 82b69a4dd6661d1bd06b7ea28279e42d53517912
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Mar 4 17:44:26 2019 -0500

    [LANG-1436] (doc) Fix javadoc for 'startIndex' parameter of
    StringUtils.join() methods. GitHub PR #412.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 421aed1..ed0a635 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +54,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1422" type="add" dev="ggregory">Add null-safe StringUtils.valueOf(char[]) to delegate to String.valueOf(char[])</action>
     <action issue="LANG-1427" type="add" dev="ggregory">Add API org.apache.commons.lang3.SystemUtils.isJavaVersionAtMost(JavaVersion)</action>
     <action issue="LANG-1436" type="update" dev="aherbert">Consolidate the StringUtils equals and equalsIgnoreCase Javadoc and implementation</action>
+    <action                   type="update" dev="ggregory" due-to="Andrei Troie aft90">(doc) Fix javadoc for 'startIndex' parameter of StringUtils.join() methods. GitHub PR #412.</action>    
   </release>
 
   <release version="3.8.1" date="2018-09-19" description="This release is a bugfix for Restoring Bundle-SymbolicName in the MANIFEST.mf file.">