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


##########
solr/solrj/src/java/org/apache/solr/common/MapWriter.java:
##########
@@ -145,7 +144,4 @@ default BiConsumer<CharSequence, Object> getBiConsumer() {
       return this::putNoEx;
     }
   }
-
-  @Deprecated // use SimpleOrderedMap.of()
-  MapWriter EMPTY = new MapWriterMap(Map.of());
 }

Review Comment:
   I don't think anyone downstream would use it.



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