This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git


The following commit(s) were added to refs/heads/master by this push:
     new badd7fd8 Fix SpotBugs USO_UNSAFE_METHOD_SYNCHRONIZATION in CSVFormat 
print methods.
badd7fd8 is described below

commit badd7fd87ca98dca21b8435dc8e7ad823bb87acc
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 16 11:34:04 2026 -0400

    Fix SpotBugs USO_UNSAFE_METHOD_SYNCHRONIZATION in CSVFormat print
    methods.
---
 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 722e0373..baebbc65 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,7 +67,7 @@
       <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Quote 
value with leading or trailing Unicode whitespace (#621).</action>
       <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Exclude byte-order mark from ExtendedBufferedReader byte counting 
(#622).</action>
       <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Skip trailing delimiter on comment lines in printComment 
(#623).</action>
-      <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Fix 
SpotBugs 4.10.3 USO_UNSAFE_METHOD_SYNCHRONIZATION in CSVFormat print 
methods.</action>
+      <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix SpotBugs 
4.10.3 USO_UNSAFE_METHOD_SYNCHRONIZATION in CSVFormat print methods.</action>
       <!-- ADD -->
       <action type="add" dev="ggregory" due-to="Gary Gregory, Indy, Sylvia van 
Os" issue="CSV-307">Add an "Android Compatibility" section to the web 
site.</action>
       <action type="add" dev="ggregory" due-to="Ruiqi Dong, Gary Gregory" 
issue="CSV-325">Add CSVParser.Builder.setByteOffset(long) (#604).</action>

Reply via email to