Skip to content

Commit

Permalink
Fixup for checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankelly authored and merlimat committed Dec 4, 2017
1 parent 4681158 commit d8a14e3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ public class PerChannelBookieClient extends ChannelInboundHandlerAdapter {

// Map that hold duplicated read requests. The idea is to only use this map (synchronized) when there is a duplicate
// read request for the same ledgerId/entryId
private final ListMultimap<CompletionKey, CompletionValue> completionObjectsV2Conflicts
= LinkedListMultimap.create();
private final ListMultimap<CompletionKey, CompletionValue> completionObjectsV2Conflicts =
LinkedListMultimap.create();

private final StatsLogger statsLogger;
private final OpStatsLogger readEntryOpLogger;
Expand Down

0 comments on commit d8a14e3

Please sign in to comment.