From 5dffb5a301b2605c730d1de3f312ba4a7f95355e Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Sat, 5 Sep 2015 17:26:51 -0700 Subject: [PATCH] Revert "minor: Intelij violation(Redundant suppression) is resolved" This reverts commit 7e6084f2365da3995836df7e6b154651941baad6. --- .../java/com/puppycrawl/tools/checkstyle/PropertiesExpander.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/puppycrawl/tools/checkstyle/PropertiesExpander.java b/src/main/java/com/puppycrawl/tools/checkstyle/PropertiesExpander.java index 13b41569b..c42d0919e 100644 --- a/src/main/java/com/puppycrawl/tools/checkstyle/PropertiesExpander.java +++ b/src/main/java/com/puppycrawl/tools/checkstyle/PropertiesExpander.java @@ -37,6 +37,7 @@ public final class PropertiesExpander * @param properties the underlying properties to use for * property resolution. * @throws IllegalArgumentException indicates null was passed + * @noinspection CollectionDeclaredAsConcreteClass */ public PropertiesExpander(Properties properties) { if (properties == null) {