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-pool.git
The following commit(s) were added to refs/heads/master by this push:
new fc024e3 Clarify description.
fc024e3 is described below
commit fc024e396afd33145991237198e162a48b4c0ae2
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jun 28 09:32:01 2021 -0400
Clarify description.
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 369abc8..4d98e39 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -74,7 +74,7 @@ The <action> type attribute can be add,update,fix,remove.
</action>
<!-- FIXES -->
<action dev="ggregory" type="fix" due-to="Gary Gregory">
- Fix [WARNING] Old version of checkstyle detected. Consider updating to
>= v8.30. Update Checktyle to 8.44.
+ Fix "[WARNING] Old version of checkstyle detected. Consider updating to
>= v8.30." Update Checktyle to 8.44.
</action>
<action dev="ggregory" type="fix" due-to="Gary Gregory">
Make Duration setters use their respective default values when null.