[ https://issues.apache.org/jira/browse/KAFKA-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14744336#comment-14744336 ]
ASF GitHub Bot commented on KAFKA-2549: --------------------------------------- GitHub user Parth-Brahmbhatt opened a pull request: https://github.com/apache/kafka/pull/215 KAFKA-2549: Fixing checkstyle failure resulting due to unused imports… … in Selector. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Parth-Brahmbhatt/kafka KAFKA-2549 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/215.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #215 ---- commit 510b4ec6ef327448d4825acd84d24486054bc9ca Author: Parth Brahmbhatt <brahmbhatt.pa...@gmail.com> Date: 2015-09-14T21:44:18Z KAFKA-2549: Fixing checkstyle failure resulting due to unused imports in Selector. ---- > Checkstyle reporting failure in trunk due to unused imports in Selector.java > ---------------------------------------------------------------------------- > > Key: KAFKA-2549 > URL: https://issues.apache.org/jira/browse/KAFKA-2549 > Project: Kafka > Issue Type: Bug > Reporter: Parth Brahmbhatt > Assignee: Parth Brahmbhatt > Priority: Blocker > > Again introduced in > https://github.com/apache/kafka/commit/d02ca36ca1cccdb6962191b97f54ce96b9d75abc#diff-db8f8be6ef2f1c81515d1ed83b3ab107 > in which the Selector.java was modified with some unused imports so the > trunk can not execute test targets as it fails in client section during > checkstyle stage. -- This message was sent by Atlassian JIRA (v6.3.4#6332)