From 3fe5556835b7d4a8713885125c8c0dd78d56ffb9 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 16 Jun 2024 09:03:26 -0400 Subject: [PATCH] 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 249d86dce..d73a0b460 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -71,7 +71,7 @@ The type attribute can be add,update,fix,remove. Remove InvalidKeySpecException from ExtendedPOP3Client.auth(AUTH_METHOD, String, String) never throws, it's not thrown. Remove InvalidKeySpecException from org.apache.commons.net.smtp.AuthenticatingSMTPClient.auth(AUTH_METHOD, String, String) never throws, it's not thrown. Fix SpotBugs RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE in SSLSocketUtils. - Fix some PMD issues. + Fix PMD UnnecessaryFullyQualifiedName. Bump org.apache.commons:commons-parent from 70 to 71 #261.