Revert "minor: Intelij violation(Redundant suppression) is resolved"
This reverts commit 7e6084f236.
This commit is contained in:
parent
7e6084f236
commit
5dffb5a301
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue