You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/10/11 10:03:59 UTC

[GitHub] [solr] epugh commented on pull request #1064: SOLR-11657: Added @Deprecated annotation

epugh commented on PR #1064:
URL: https://github.com/apache/solr/pull/1064#issuecomment-1274446126

   Can you reformat this to indicate what people *should* use instead?    I searched for `@deprecated` and found a bunch of examples in the source like.   See how nice the Javadocs are to cue you where to go?
   
   ```
     /**
      * Get baseUrl as StringBuffer for back compat with previous version
      *
      * @deprecated Please use {@link #getBaseUrl()} instead
      * @return StringBuffer of the base url without query part
      */
     @Deprecated
   ```
   
   In terms of marking this as Deprecated, it makes sense to me, however I hope @dsmiley weighs in as he commented on the JIRA.


-- 
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-unsubscribe@solr.apache.org

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


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