You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "clolov (via GitHub)" <gi...@apache.org> on 2023/02/07 10:57:43 UTC

[GitHub] [kafka] clolov opened a new pull request, #13210: MINOR: Remove accidental unnecessary code

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: jira-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] clolov commented on pull request #13210: MINOR: Remove accidental unnecessary code

Posted by "clolov (via GitHub)" <gi...@apache.org>.
clolov commented on PR #13210:
URL: https://github.com/apache/kafka/pull/13210#issuecomment-1420581252

   @divijvaidya for visibility


-- 
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: jira-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] mimaison merged pull request #13210: MINOR: Remove accidental unnecessary code

Posted by "mimaison (via GitHub)" <gi...@apache.org>.
mimaison merged PR #13210:
URL: https://github.com/apache/kafka/pull/13210


-- 
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: jira-unsubscribe@kafka.apache.org

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