Remove SystemPropertiesHandler.properties
Closes gh-10080
This commit is contained in:
committed by
Stephane Nicoll
parent
a9dc0d2963
commit
9dd7184b6e
@@ -284,13 +284,10 @@ public final class TestPropertyValues {
|
||||
*/
|
||||
private class SystemPropertiesHandler implements Closeable {
|
||||
|
||||
private final Map<String, Object> properties;
|
||||
|
||||
private final Map<String, String> previous;
|
||||
|
||||
SystemPropertiesHandler() {
|
||||
this.properties = new LinkedHashMap<>(TestPropertyValues.this.properties);
|
||||
this.previous = apply(this.properties);
|
||||
this.previous = apply(TestPropertyValues.this.properties);
|
||||
}
|
||||
|
||||
private Map<String, String> apply(Map<String, ?> properties) {
|
||||
|
||||
Reference in New Issue
Block a user