You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/07/26 20:27:14 UTC

[GitHub] ivankelly commented on a change in pull request #1569: Replace guava multimap in PCBC with custom impl

ivankelly commented on a change in pull request #1569: Replace guava multimap in PCBC with custom impl
URL: https://github.com/apache/bookkeeper/pull/1569#discussion_r205591557
 
 

 ##########
 File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java
 ##########
 @@ -21,7 +21,8 @@
 import static org.apache.bookkeeper.client.LedgerHandle.INVALID_ENTRY_ID;
 
 import com.google.common.base.Joiner;
-import com.google.common.collect.LinkedListMultimap;
+import com.google.common.collect.ArrayListMultimap;
 
 Review comment:
   indeed it is not. checkstyle should have picked that up.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services