clolov opened a new pull request, #13210:
URL: https://github.com/apache/kafka/pull/13210

   I ran IntelliJ IDEA's Code Inspection and corrected occurrences of the 
following:
   * 
https://www.jetbrains.com/help/idea/list-of-java-inspections.html#class-structure
 (final method in final class)
   * 
https://www.jetbrains.com/help/idea/list-of-java-inspections.html#code-style-issues
 (unnecessary semicolons)
   * 
https://www.jetbrains.com/help/idea/list-of-java-inspections.html#data-flow 
(redundant throws clauses)
   * 
https://www.jetbrains.com/help/idea/list-of-java-inspections.html#inheritance-issues
 (type parameter explicitly extends Object)
   


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

Reply via email to