epugh commented on code in PR #4222:
URL: https://github.com/apache/solr/pull/4222#discussion_r2988469876


##########
solr/core/src/java/org/apache/solr/handler/admin/BaseHandlerApiSupport.java:
##########
@@ -134,7 +133,7 @@ private static void wrapParams(
     final Map<String, String> pathValues = req.getPathTemplateValues();
     final Map<String, Object> map =
         co == null || !(co.getCommandData() instanceof Map)
-            ? Collections.singletonMap("", co.getCommandData())
+            ? Map.of("", co.getCommandData())
             : co.getDataMap();

Review Comment:
   I tried some stuff, and gave up and just went with allowing a singletonMap 
;-)



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to