Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
zurdoron committed Jul 25, 2020
1 parent cc741f0 commit 466f4ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,7 @@ private void validate(ProducerListeners listeners, HollowProducer.ReadState read
}
}


private void announce(ProducerListeners listeners, HollowProducer.ReadState readState) {
if (announcer != null) {
Status.StageWithStateBuilder status = listeners.fireAnnouncementStart(readState);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@
import com.netflix.hollow.core.memory.encoding.HashCodes;
import com.netflix.hollow.core.memory.encoding.VarInt;
import com.netflix.hollow.core.memory.pool.WastefulRecycler;
import com.netflix.hollow.core.util.SimultaneousExecutor;

import java.util.Arrays;
import java.util.BitSet;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.ForkJoinPool;
import java.util.concurrent.atomic.AtomicLongArray;
import java.util.stream.IntStream;
Expand Down

0 comments on commit 466f4ab

Please sign in to comment.