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


##########
solr/solrj/src/java/org/apache/solr/common/MapWriter.java:
##########
@@ -70,8 +74,7 @@ public MapWriter.EntryWriter put(CharSequence k, Object v) {
     writer.endObject();
   }
 
-  void writeMap(EntryWriter ew) throws IOException;
-
+  @Deprecated

Review Comment:
   I was looking at code in 10 that was marked deprecated so I could remove it. 
 I'd love to see a release of 10 that has NO deprecation tags in it, which may 
be a pipe dream...  I was hoping to see some indication that would tell me what 
methods to be used in place for example.  



-- 
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: issues-unsubscr...@solr.apache.org

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


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

Reply via email to