Revert "minor: custom tag 'noinspection' cause build problems during release"
This reverts commit d98c79e9be.
This commit is contained in:
parent
528df75874
commit
8cb51324c5
|
|
@ -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