risdenk commented on code in PR #1466:
URL: https://github.com/apache/solr/pull/1466#discussion_r1142606711


##########
solr/core/src/java/org/apache/solr/handler/designer/ManagedSchemaDiff.java:
##########
@@ -215,7 +216,7 @@ protected static Map<String, Object> diff(
    * @param simpleOrderedMap2 Map to treat as "right" map
    * @return List containing the left diff and right diff
    */
-  @SuppressWarnings("unchecked")

Review Comment:
   Handled in df954cc38766a2094d623ba816ac71bd0c55231e



##########
solr/core/src/java/org/apache/solr/handler/designer/SchemaDesignerConfigSetHelper.java:
##########
@@ -755,6 +756,7 @@ protected ZkStateReader zkStateReader() {
     return cc.getZkController().getZkStateReader();
   }
 
+  @SuppressForbidden(reason = "Sets.difference")

Review Comment:
   handled in df954cc38766a2094d623ba816ac71bd0c55231e



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

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


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

Reply via email to