Skip to content

Commit

Permalink
removed unwanted commented code
Browse files Browse the repository at this point in the history
Signed-off-by: Raj Chakravarthi <[email protected]>
  • Loading branch information
raj-chak committed Dec 2, 2022
1 parent ba63cc6 commit 825abbd
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 @@ -73,7 +73,7 @@ protected void doExecute(Task task, GetAlertsRequest request, ActionListener<Get
QueryBuilders.boolQuery().must(
QueryBuilders.matchQuery(
DETECTOR_TYPE_PATH,
request.getDetectorType().getDetectorType()//.toUpperCase(Locale.ROOT)
request.getDetectorType().getDetectorType()
)
),
ScoreMode.None
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ protected void doExecute(Task task, GetFindingsRequest request, ActionListener<G
QueryBuilders.boolQuery().must(
QueryBuilders.matchQuery(
DETECTOR_TYPE_PATH,
request.getDetectorType().getDetectorType()//.toUpperCase(Locale.ROOT)
request.getDetectorType().getDetectorType()
)
),
ScoreMode.None
Expand Down

0 comments on commit 825abbd

Please sign in to comment.