Skip to content

Commit

Permalink
Use interface in field declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
losipiuk committed Apr 12, 2022
1 parent 1e04833 commit ca249d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ private static class BinPackingSimulation
private final NodesSnapshot nodesSnapshot;
private final List<InternalNode> allNodesSorted;
private final Map<String, Long> nodesRemainingMemory;
private final ImmutableMap<String, Long> nodePoolSizes;
private final Map<String, Long> nodePoolSizes;
private final boolean scheduleOnCoordinator;

public BinPackingSimulation(
Expand Down

0 comments on commit ca249d7

Please sign in to comment.