You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2020/09/16 06:36:40 UTC

[lucene-solr] 05/07: cleanup

This is an automated email from the ASF dual-hosted git repository.

noble pushed a commit to branch jira/solr14871
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit a37a472a94ce79364da2a7e11643268df7a21d14
Author: noblepaul <no...@gmail.com>
AuthorDate: Wed Sep 16 15:57:52 2020 +1000

    cleanup
---
 solr/core/src/java/org/apache/solr/handler/ClusterAPI.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/java/org/apache/solr/handler/ClusterAPI.java b/solr/core/src/java/org/apache/solr/handler/ClusterAPI.java
index 460bd49..eea3794 100644
--- a/solr/core/src/java/org/apache/solr/handler/ClusterAPI.java
+++ b/solr/core/src/java/org/apache/solr/handler/ClusterAPI.java
@@ -78,7 +78,7 @@ public class ClusterAPI {
     CollectionsHandler.CollectionOperation.DELETESTATUS_OP.execute(req, rsp, coreContainer.getCollectionsHandler());
   }
 
-  @SuppressWarnings({"rawtypes", "unchecked"})
+  @SuppressWarnings({"rawtypes"})
   public static SolrQueryRequest wrapParams(SolrQueryRequest req, Object... def) {
     Map m = Utils.makeMap(def);
     return wrapParams(req, m);