SOLR-10278: Fixed typo

This commit is contained in:
Shalin Shekhar Mangar 2017-05-02 16:47:58 +05:30
parent 56859741c2
commit ddc7425660

View File

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