noblepaul commented on a change in pull request #1906:
URL: https://github.com/apache/lucene-solr/pull/1906#discussion_r494114574



##########
File path: solr/core/src/java/org/apache/solr/handler/ClusterAPI.java
##########
@@ -206,7 +209,7 @@ public void setObjProperty(PayloadObj<ClusterPropInfo> obj) 
{
     public void setProperty(PayloadObj<Map<String,String>> obj) throws 
Exception {
       Map<String,Object> m =  obj.getDataMap();
       m.put("action", CLUSTERPROP.toString());
-      collectionsHandler.handleRequestBody(wrapParams(obj.getRequest(),m ), 
obj.getResponse());
+      collectionsHandler.handleRequestBody(wrapParams(obj.getRequest(), m), 
obj.getResponse());

Review comment:
       why is there a change here?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to