move remaining CHM construction to the factory method
This commit is contained in:
parent
ab35e7ce7a
commit
83df0587ad
|
@ -19,7 +19,6 @@
|
|||
|
||||
package org.elasticsearch.common.util.concurrent;
|
||||
|
||||
import jsr166e.ConcurrentHashMapV8;
|
||||
import org.elasticsearch.common.collect.MapBackedSet;
|
||||
|
||||
import java.util.Set;
|
||||
|
|
Loading…
Reference in New Issue