mirror of
https://github.com/apache/lucene.git
synced 2025-02-06 01:58:44 +00:00
SOLR-10278: Fixed typo
This commit is contained in:
parent
56859741c2
commit
ddc7425660
@ -210,7 +210,7 @@ public class SolrClientDataProvider implements ClusterDataProvider, MapWriter {
|
||||
public void writeMap(EntryWriter ew) throws IOException {
|
||||
ew.put("liveNodes", liveNodes);
|
||||
ew.put("replicaInfo", Utils.getDeepCopy(data, 5));
|
||||
ew.put("ndeValues", nodeVsTags);
|
||||
ew.put("nodeValues", nodeVsTags);
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user