[COLLECTIONS-746] Add

org.apache.commons.collections4.properties.PropertiesFactory.EMPTY_PROPERTIES.

Suppress deprecation warning since we are delegating.
This commit is contained in:
Gary Gregory 2020-02-11 08:50:37 -05:00
parent acff58db5a
commit 7b1a908a8c
1 changed files with 1 additions and 0 deletions

View File

@ -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