dsmiley commented on code in PR #4120:
URL: https://github.com/apache/solr/pull/4120#discussion_r2902165365


##########
solr/core/src/java/org/apache/solr/security/AuthorizationUtils.java:
##########
@@ -43,6 +45,7 @@ private AuthorizationUtils() {
     /* Private ctor prevents instantiation */
   }
 
+  @SuppressWarnings("ClassCanBeRecord")

Review Comment:
   I understand the conversion is out of scope.  But I don't think we should 
suppress a valid recommendation that we simply haven't prioritized addressing.  
I recommend simply accepting that your IDE/tools are going to recommend things 
you don't want to do now, if ever.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to