You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Christine Poerschke (Jira)" <ji...@apache.org> on 2019/12/06 16:50:00 UTC

[jira] [Updated] (SOLR-14030) fix 2 javac warnings: [dep-ann] deprecated item is not annotated with @Deprecated

     [ https://issues.apache.org/jira/browse/SOLR-14030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christine Poerschke updated SOLR-14030:
---------------------------------------
    Status: Patch Available  (was: Open)

> fix 2 javac warnings: [dep-ann] deprecated item is not annotated with @Deprecated
> ---------------------------------------------------------------------------------
>
>                 Key: SOLR-14030
>                 URL: https://issues.apache.org/jira/browse/SOLR-14030
>             Project: Solr
>          Issue Type: Sub-task
>            Reporter: Christine Poerschke
>            Assignee: Christine Poerschke
>            Priority: Minor
>         Attachments: SOLR-14030.patch
>
>
> {code}
>     [javac] /Users/cpoerschke/git/solr/solrj/src/java/org/apache/solr/client/solrj/request/UpdateRequest.java:63: warning: [dep-ann] deprecated item is not annotated with @Deprecated
>     [javac]   public static final String MIN_REPFACT = "min_rf";
>     [javac]                              ^
>     [javac] /Users/cpoerschke/git/solr/solrj/src/java/org/apache/solr/common/params/CommonParams.java:276: warning: [dep-ann] deprecated item is not annotated with @Deprecated
>     [javac]   String PREFER_LOCAL_SHARDS = "preferLocalShards";
>     [javac]          ^
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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