Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Joanne Wang <[email protected]>
  • Loading branch information
jowg-amazon committed Jul 19, 2024
1 parent 7f7b17a commit 40ac0c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ public class TransportDeleteRuleAction extends HandledTransportAction<DeleteRule
private volatile Boolean filterByEnabled;

@Inject
public TransportDeleteRuleAction(TransportService transportService, Client client, DetectorIndices detectorIndices, ActionFilters actionFilters, NamedXContentRegistry xContentRegistry,
Settings settings) {
public TransportDeleteRuleAction(TransportService transportService, Client client, DetectorIndices detectorIndices, ActionFilters actionFilters, NamedXContentRegistry xContentRegistry, Settings settings) {
super(DeleteRuleAction.NAME, transportService, actionFilters, DeleteRuleRequest::new);
this.client = client;
this.detectorIndices = detectorIndices;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
public class TransportTestS3ConnectionAction extends HandledTransportAction<TestS3ConnectionRequest, TestS3ConnectionResponse> implements SecureTransportAction {

private static final Logger log = LogManager.getLogger(TransportTestS3ConnectionAction.class);

private final ThreadPool threadPool;

private volatile Boolean filterByEnabled;
Expand Down

0 comments on commit 40ac0c3

Please sign in to comment.