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 2022/11/26 18:26:05 UTC

[commons-net] 01/02: Update type

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-net.git

commit 8c1502e3d146ae45eb465c7d7da94ffcbbab6464
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Nov 26 13:20:28 2022 -0500

    Update type
---
 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 80fb8167..b63ccaf2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,7 +67,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" issue="NET-708" dev="ggregory" due-to="XenoAmess">
         Use yyyy instead of YYYY in SimpleDateFormat #97.
       </action>
-      <action type="update" dev="sebb">
+      <action type="fix" dev="sebb">
         Prevent serialization of the 4 classes that implement Serializable.
         It is not useful and is unlikely to work properly.
       </action>