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:
Dawid Weiss 2012-03-22 20:25:02 +00:00
parent c9189ed8c9
commit c8cd6210cc
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
/**