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

This commit is contained in:
Christine Poerschke 2019-12-09 14:13:52 +00:00
parent 49631ace9f
commit df933f8104
2 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,7 @@ public class UpdateRequest extends AbstractUpdateRequest {
* @deprecated Solr now always includes in the response the {@link #REPFACT}, this parameter
* doesn't need to be explicitly set
*/
@Deprecated // SOLR-14034
public static final String MIN_REPFACT = "min_rf";
public static final String VER = "ver";
public static final String OVERWRITE = "ow";

View File

@ -273,6 +273,7 @@ public interface CommonParams {
* When querying a node, prefer local node's cores for distributed queries.
* @deprecated Use {@code ShardParams.SHARDS_PREFERENCE}
*/
@Deprecated // SOLR-14035
String PREFER_LOCAL_SHARDS = "preferLocalShards";
String JAVABIN = "javabin";