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-csv.git
The following commit(s) were added to refs/heads/master by this push: new 77e1f516 Extract duplicated code into a method #444 77e1f516 is described below commit 77e1f516ced31fe675a3b7db997554d17705d93c Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Thu Jul 11 11:41:06 2024 -0400 Extract duplicated code into a method #444 --- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 057b6bd3..87a90dbc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -44,7 +44,8 @@ <!-- ADD --> <!-- FIX --> <action type="update" dev="ggregory" due-to="Gary Gregory">Fix PMD issues for port to PMD 7.1.0.</action> - <action type="update" dev="ggregory" due-to="Dávid Szigecsán, Gary Gregory">Fix some Javadoc links #442.</action> + <action type="update" dev="ggregory" due-to="Dávid Szigecsán, Gary Gregory">Fix some Javadoc links #442.</action> + <action type="update" dev="ggregory" due-to="Dávid Szigecsán">Extract duplicated code into a method #444.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot">Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 #422.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 69 to 71 #435.</action>