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
The following commit(s) were added to refs/heads/master by this push:
new 3fe55568 Fix PMD UnnecessaryFullyQualifiedName
3fe55568 is described below
commit 3fe5556835b7d4a8713885125c8c0dd78d56ffb9
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jun 16 09:03:26 2024 -0400
Fix PMD UnnecessaryFullyQualifiedName
---
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 249d86dc..d73a0b46 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -71,7 +71,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary Gregory">Remove
InvalidKeySpecException from ExtendedPOP3Client.auth(AUTH_METHOD, String,
String) never throws, it's not thrown.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Remove
InvalidKeySpecException from
org.apache.commons.net.smtp.AuthenticatingSMTPClient.auth(AUTH_METHOD, String,
String) never throws, it's not thrown.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix SpotBugs
RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE in SSLSocketUtils.</action>
- <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix some PMD
issues.</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix PMD
UnnecessaryFullyQualifiedName.</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 70 to 71 #261.</action>