Skip to content

Commit

Permalink
klint fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <[email protected]>
  • Loading branch information
riysaxen-amzn committed Jun 11, 2024
1 parent b9615e2 commit 721d166
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ public CorrelationAlertService(Client client, NamedXContentRegistry xContentRegi
*
* @param ruleId The correlation rule ID to filter the alerts
* @param currentTime The current time of the search range
* @return The search response containing active alerts
*/
public void getActiveAlerts(String ruleId, long currentTime, ActionListener<CorrelationAlertsList> listener) {
Instant currentTimeDate = Instant.ofEpochMilli(currentTime);
Expand Down

0 comments on commit 721d166

Please sign in to comment.