A way to suppress this method argument is to use the javadoc tag:
public PropertiesExpander(Properties properties) {
this.properties.putAll(properties);
}
javadoc IntelliJ, . , :
public PropertiesExpander(Properties properties) {
this.properties.putAll(properties);
}
, , :
public PropertiesExpander(Properties properties) {
this.properties.putAll(properties);
}
@SuppressWarnings.
:

Alt + Enter notUsedLocalVariable, Suppress for statement with comment ( Remove variable ...).
// Suppress for statement.
( ) , :

, .
, , , .