mirror of https://github.com/apache/lucene.git
LUCENE-3847: eh, no comments.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1304030 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c9189ed8c9
commit
c8cd6210cc
|
@ -43,7 +43,7 @@ public class SystemPropertiesRestoreRule implements TestRule {
|
|||
* @param ignoredProperties Properties that will be ignored (and will not be restored).
|
||||
*/
|
||||
public SystemPropertiesRestoreRule(Set<String> ignoredProperties) {
|
||||
this.ignoredProperties = new HashSet<String>(this.ignoredProperties);
|
||||
this.ignoredProperties = new HashSet<String>(ignoredProperties);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue