Revert "minor: Intelij violation(Redundant suppression) is resolved"

This reverts commit 7e6084f236.
This commit is contained in:
Roman Ivanov 2015-09-05 17:26:51 -07:00
parent 7e6084f236
commit 5dffb5a301
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) {