Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Joanne Wang <jowg@amazon.com>
  • Loading branch information
jowg-amazon committed Jan 10, 2024
1 parent f5e2523 commit 4154c8a
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -98,7 +98,7 @@ public void getThreatIntelFeedData(
}));
}

public GroupedActionListener<CreateIndexResponse> getCreateIndexResponseGroupedActionListener(
public GroupedActionListener<CreateIndexResponse> getCreateIndexResponse(
TIFJobSchedulerMetadata tifJobSchedulerMetadata,
Runnable renewLock,
ActionListener<ThreatIntelIndicesResponse> listener,
Original file line number Diff line number Diff line change
@@ -38,7 +38,6 @@
/**
* Model for the threat intel job scheduler's metadata
* Used to schedule and deschedule jobs
* TODO: rename to TIFJobSchedulerMetadata
*/
public class TIFJobSchedulerMetadata implements Writeable, ScheduledJobParameter {
/**
Original file line number Diff line number Diff line change
@@ -45,7 +45,6 @@

/**
* Service to handle CRUD operations for threat intel feeds job scheduler metadata
* TODO: Rename to TIFJobSchedulerMetadataService
*/
public class TIFJobSchedulerMetadataService {
private static final Logger log = LogManager.getLogger(TIFJobSchedulerMetadataService.class);

0 comments on commit 4154c8a

Please sign in to comment.