minor: custom tag 'noinspection' cause build problems during release

This commit is contained in:
Roman Ivanov 2015-09-27 18:37:50 -07:00
parent 60db856ed6
commit d98c79e9be
1 changed files with 0 additions and 1 deletions

View File

@ -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) {