-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25461/
-----------------------------------------------------------
Review request for kafka.
Bugs: KAFKA-1054
https://issues.apache.org/jira/browse/KAFKA-1054
Repository: kafka
Description
-------
Removed unused import (AdminOperationException is visible since we are still in
the kafka.admin package).
Removed code with no discernable effect that was causing warnings.
Suppressed warning caused by slight difference in input function type. Added
parameter name to scaladoc in comment.
Diffs
-----
core/src/main/scala/kafka/admin/AdminUtils.scala
94c53320b768b83b0324336b73cc06537c0fe78d
core/src/main/scala/kafka/admin/TopicCommand.scala
b3f2e82d1ed0b2027d0a961df837f70e6468c92f
core/src/main/scala/kafka/server/KafkaServer.scala
28711182aaa70eaa623de858bc063cb2613b2a4d
core/src/main/scala/kafka/utils/Utils.scala
da52b426deade8dbef16541f52017651bc40919f
Diff: https://reviews.apache.org/r/25461/diff/
Testing
-------
Thanks,
Jonathan Riehl