From 8cb51324c5d70cea1c1bc57ba7c2cdab79ec9f2a Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Sun, 27 Sep 2015 19:21:15 -0700 Subject: [PATCH] Revert "minor: custom tag 'noinspection' cause build problems during release" This reverts commit d98c79e9be2ff038a4cfc2def20d04e7237d3991. --- .../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) {