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-io.git
The following commit(s) were added to refs/heads/master by this push:
new 1362797 Fix XML.
1362797 is described below
commit 1362797db4cb5a54477c8bf9567b51f150e25654
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 12 14:48:12 2021 -0400
Fix XML.
---
src/changes/changes.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5a3caf5..be6b6af 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -83,9 +83,9 @@ The <action> type attribute can be add,update,fix,remove.
</action>
<action dev="ggregory" type="add" due-to="Gary Gregory">
Add ClosedOutputStream.INSTANCE and deprecate CLOSED_OUTPUT_STREAM.
- <action dev="ggregory" type="add" due-to="Gary Gregory">
- Add ClosedWriter.INSTANCE and deprected CLOSED_WRITER.
</action>
+ <action dev="ggregory" type="add" due-to="Gary Gregory">
+ Add ClosedWriter.INSTANCE and deprecate CLOSED_WRITER.
</action>
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Dependabot">