From 151400d95b2e9465aee6d5818a5053afaec26893 Mon Sep 17 00:00:00 2001 From: Gustavo Krieger Date: Thu, 22 Oct 2020 19:38:40 -0300 Subject: [PATCH] Update ExcessiveImports example code for clarity Since the default minimum is 30, I believe it would make more sense if the comment said "28" instead of "18". --- pmd-java/src/main/resources/category/java/design.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmd-java/src/main/resources/category/java/design.xml b/pmd-java/src/main/resources/category/java/design.xml index 5d7dfcb081..42fa46211d 100644 --- a/pmd-java/src/main/resources/category/java/design.xml +++ b/pmd-java/src/main/resources/category/java/design.xml @@ -632,7 +632,7 @@ user-specified threshold.