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

This reverts commit d98c79e9be.
This commit is contained in:
Roman Ivanov 2015-09-27 19:21:15 -07:00
parent 528df75874
commit 8cb51324c5
1 changed files with 1 additions and 0 deletions

View File

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