From faa8037677f365045873ae0d8247247876199e4a Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Thu, 25 Apr 2024 08:37:36 -0400 Subject: [PATCH] typo --- src/conf/exclude-pmd.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf/exclude-pmd.properties b/src/conf/exclude-pmd.properties index 73c6f9f0b..b838bd5f6 100644 --- a/src/conf/exclude-pmd.properties +++ b/src/conf/exclude-pmd.properties @@ -22,4 +22,4 @@ org.apache.commons.lang3.StringUtils = AvoidBranchingStatementAsLastInLoop # Bug in PMD when the same class name exists in different packages # Unnecessary use of fully qualified name 'org.apache.commons.lang3.function.FailableRunnable' due to existing same package import 'org.apache.commons.lang3.*' -org.apache.commons.lang3.Functions = UnnecessaryFullyQualifiedName\ +org.apache.commons.lang3.Functions = UnnecessaryFullyQualifiedName