Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Karim Taam <[email protected]>
  • Loading branch information
matkt committed Dec 13, 2023
1 parent 1110df4 commit 2735576
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicReference;

import com.google.common.annotations.VisibleForTesting;
import com.google.common.util.concurrent.ThreadFactoryBuilder;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand All @@ -50,8 +49,7 @@ public class Pruner {
private final AtomicReference<State> state = new AtomicReference<>(State.IDLE);
private final ExecutorService executorService;

@VisibleForTesting
Pruner(
public Pruner(
final MarkSweepPruner pruningStrategy,
final Blockchain blockchain,
final PrunerConfiguration prunerConfiguration,
Expand Down

0 comments on commit 2735576

Please sign in to comment.