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 2020/12/22 15:28:57 UTC

[commons-lang] branch master updated: Correct markup in Javadoc for unbalanced braces #679.

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 1b96fc1  Correct markup in Javadoc for unbalanced braces #679.
1b96fc1 is described below

commit 1b96fc14944e20bb3ecbd54d463c0338661b4a93
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Dec 22 10:28:54 2020 -0500

    Correct markup in Javadoc for unbalanced braces #679.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5804a9c..d685b01 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -72,6 +72,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1580" type="fix" dev="ggregory" due-to="Arturo Bernal">Refine StringUtils.deleteWhitespace #569.</action>
     <action issue="LANG-1626" type="fix" dev="ggregory" due-to="Kanak Sony">Correction in Javadoc of some methods. #673</action>
     <action issue="LANG-1628" type="fix" dev="kinow" due-to="Jarkko Rantavuori">Javadoc for RandomStringUtils.random() letters, numbers parameters is wrong</action>
+    <action                   type="fix" dev="ggregory" due-to="Felix Schumacher ">Correct markup in Javadoc for unbalanced braces #679.</action>
     <!--  ADDS -->
     <action                   type="add" dev="ggregory" due-to="Gary Gregory">Add BooleanUtils.booleanValues().</action>
     <action                   type="add" dev="ggregory" due-to="Gary Gregory">Add BooleanUtils.primitiveValues().</action>