ivankelly commented on a change in pull request #521: Issue 520: Add more http endpoint URL: https://github.com/apache/bookkeeper/pull/521#discussion_r141304995
########## File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/http/ListBookiesService.java ########## @@ -24,6 +24,8 @@ import com.google.common.collect.Maps; import java.util.ArrayList; import java.util.Collection; +import java.util.HashMap; Review comment: why are these being added, there's no new code in the class here. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
