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 196742afe8d8609325de0539405950624bde2186 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 21 15:05:36 2024 -0400 Fix PMD issue --- 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 996ed8d6..637bedfb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -195,7 +195,7 @@ The <action> type attribute can be add,update,fix,remove. 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. + Fix or address PMD warnings UnnecessaryReturn, UnusedLocalVariable, UnnecessaryFullyQualifiedName, UnnecessaryImport, and so on. </action> <!-- ADD --> <action type="add" issue="VFS-848" dev="ggregory" due-to="beise, Gary Gregory">