Skip to content

Commit

Permalink
Removed cluster service field
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewhiting committed Oct 15, 2024
1 parent c6d9167 commit 5bcfb5e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public class PromoteDataStreamTransportAction extends AcknowledgedTransportMaste
private static final Logger logger = LogManager.getLogger(PromoteDataStreamTransportAction.class);

private final SystemIndices systemIndices;
private final ClusterService clusterService;

@Inject
public PromoteDataStreamTransportAction(
Expand All @@ -64,7 +63,6 @@ public PromoteDataStreamTransportAction(
EsExecutors.DIRECT_EXECUTOR_SERVICE
);
this.systemIndices = systemIndices;
this.clusterService = clusterService;
}

@Override
Expand Down

0 comments on commit 5bcfb5e

Please sign in to comment.