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-vfs.git
commit a9a8ad2663759eaca76feed82abbfa7cbc408129 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 21 15:00:30 2024 -0400 Fix or address PMD warnings UnnecessaryReturn, UnusedLocalVariable, and so on --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2ed47bb5..996ed8d6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -194,6 +194,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Arnout Engelen, Gary Gregory"> Add some documentation to make the unit tests easier to follow #556. </action> + <action type="fix" dev="ggregory" due-to="Gary Gregory"> + Fix or address PMD warnings UnnecessaryReturn, UnusedLocalVariable, and so on. + </action> <!-- ADD --> <action type="add" issue="VFS-848" dev="ggregory" due-to="beise, Gary Gregory"> Config option for trailing slash in webdav URI #425.