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 912ab7154 Fix Javadoc syntax errors #1129 912ab7154 is described below commit 912ab7154d5280a2632f375b5efd97e1b70149a4 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Mon Nov 13 07:40:24 2023 -0500 Fix Javadoc syntax errors #1129 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index eab567380..d5af96f95 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="yichinzhu, Gary Gregory">Fix ThresholdCircuitBreaker#checkState() #1100.</action> <action type="fix" dev="ggregory" due-to="Benjamin Confino, Gary Gregory">Use ConcurrentInitializer implementations without subclassing. #1123.</action> <action type="fix" dev="ggregory" due-to="Alex Herbert">Update critical value for chi-square test #1125.</action> + <action type="fix" dev="ggregory" due-to="Sung Ho Yoon">Fix Javadoc syntax errors #1129.</action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Rob Spoor, Gary Gregory">Add Functions#function(Function).</action> <action type="add" dev="ggregory" due-to="Rob Spoor, Gary Gregory">Add FailableFunction#function(FailableFunction).</action>