[COLLECTIONS-746] Add
org.apache.commons.collections4.properties.PropertiesFactory.EMPTY_PROPERTIES. Suppress deprecation warning since we are delegating.
This commit is contained in:
parent
acff58db5a
commit
7b1a908a8c
|
@ -254,6 +254,7 @@ public class PropertiesFactory extends AbstractPropertiesFactory<Properties> {
|
|||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
@Override
|
||||
public void save(final OutputStream out, final String comments) {
|
||||
// Implement as super
|
||||
|
|
Loading…
Reference in New Issue