epugh commented on code in PR #2669: URL: https://github.com/apache/solr/pull/2669#discussion_r1731673463
########## solr/solrj/src/java/org/apache/solr/common/util/BytesOutputStream.java: ########## @@ -22,6 +22,7 @@ import java.io.UnsupportedEncodingException; import java.util.Arrays; +@Deprecated Review Comment: could we add the since tag to help us remember when to remove this deprecated method? There are so many deprecated methods that just kind of hang around because we don't have good mechanisms for deciding/remembering to remove them! -- 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]
