mirror of https://github.com/apache/kafka.git
Remove unused KafkaException import in ConsumerPollTestUtils
Eliminated an unused import of KafkaException from ConsumerPollTestUtils.java to clean up the code.
This commit is contained in:
parent
a157071a0d
commit
164dfdd5ff
|
@ -16,7 +16,6 @@
|
||||||
*/
|
*/
|
||||||
package org.apache.kafka.clients.consumer;
|
package org.apache.kafka.clients.consumer;
|
||||||
|
|
||||||
import org.apache.kafka.common.KafkaException;
|
|
||||||
import org.apache.kafka.common.errors.InterruptException;
|
import org.apache.kafka.common.errors.InterruptException;
|
||||||
import org.apache.kafka.common.utils.Time;
|
import org.apache.kafka.common.utils.Time;
|
||||||
import org.apache.kafka.common.utils.Timer;
|
import org.apache.kafka.common.utils.Timer;
|
||||||
|
|
Loading…
Reference in New Issue