minor: custom tag 'noinspection' cause build problems during release
This commit is contained in:
parent
60db856ed6
commit
d98c79e9be
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue