Skip to content

Commit

Permalink
Removed unnecessary annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
todvora committed Aug 21, 2024
1 parent 536d616 commit ecccadc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

import com.google.common.util.concurrent.ThreadFactoryBuilder;
import com.google.inject.Inject;
import com.google.inject.Singleton;
import org.graylog2.cluster.lock.Lock;
import org.graylog2.cluster.lock.LockService;
import org.graylog2.indexer.IndexSet;
Expand All @@ -35,7 +34,6 @@
import java.util.concurrent.TimeUnit;
import java.util.stream.Collectors;

@Singleton
public class DatanodeMigrationLockServiceImpl implements DatanodeMigrationLockService {

private static final Logger LOG = LoggerFactory.getLogger(DatanodeMigrationLockServiceImpl.class);
Expand Down

0 comments on commit ecccadc

Please sign in to comment.