You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/07/20 14:08:36 UTC

[commons-codec] 01/02: Fix PMD deprecation warnings.

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-codec.git

commit 28f351340c2e26668228186bb8ee39ffbe4e6a3a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jul 20 10:08:08 2019 -0400

    Fix PMD deprecation warnings.
---
 pmd.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pmd.xml b/pmd.xml
index d88cdbd..8bb4cac 100644
--- a/pmd.xml
+++ b/pmd.xml
@@ -20,7 +20,7 @@ limitations under the License.
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd">
   <description>Excludes from default PMD rules.</description>
-  <rule ref="rulesets/java/unnecessary.xml">
+  <rule ref="category/java/codestyle.xml">
     <exclude name="UselessParentheses"/>
   </rule>
 </ruleset>
\ No newline at end of file