From d98c79e9be2ff038a4cfc2def20d04e7237d3991 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Sun, 27 Sep 2015 18:37:50 -0700 Subject: [PATCH] minor: custom tag 'noinspection' cause build problems during release --- .../java/com/puppycrawl/tools/checkstyle/PropertiesExpander.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/puppycrawl/tools/checkstyle/PropertiesExpander.java b/src/main/java/com/puppycrawl/tools/checkstyle/PropertiesExpander.java index c42d0919e..13b41569b 100644 --- a/src/main/java/com/puppycrawl/tools/checkstyle/PropertiesExpander.java +++ b/src/main/java/com/puppycrawl/tools/checkstyle/PropertiesExpander.java @@ -37,7 +37,6 @@ 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) {