mirror of https://github.com/apache/lucene.git
SOLR-3733: make field final...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr3733@1388134 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d8b3452432
commit
be1dcd3b84
|
@ -30,7 +30,7 @@ import org.apache.zookeeper.ZooKeeper;
|
|||
|
||||
// we use this class to expose nasty stuff for tests
|
||||
public class SolrZooKeeper extends ZooKeeper {
|
||||
Set<Thread> spawnedThreads = new CopyOnWriteArraySet<Thread>();
|
||||
final Set<Thread> spawnedThreads = new CopyOnWriteArraySet<Thread>();
|
||||
|
||||
// for test debug
|
||||
//static Map<SolrZooKeeper,Exception> clients = new ConcurrentHashMap<SolrZooKeeper,Exception>();
|
||||
|
|
Loading…
Reference in New Issue