dsmiley commented on pull request #107:
URL: https://github.com/apache/solr/pull/107#issuecomment-852715572


   I used IntelliJ's "inspections" to find cases where we no longer need to 
suppress certain warnings.  There were false positives from precommit that I 
reverted back.  
   
   ClusterStateProvider.getClusterProperty was a curious case, where the 
generics there were not helpful and forced the need to suppress on implementing 
classes even if they don't override that method.  So I removed generics there.


-- 
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.

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