Skip to content

Commit

Permalink
Update TransportGetFindingsSearchAction.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Annie Lee committed Mar 29, 2022
1 parent f95cfd9 commit bbebf3d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class TransportGetFindingsSearchAction @Inject constructor(

fun resolve(
searchSourceBuilder: SearchSourceBuilder,
actionListener: ActionListener<SearchResponse>,
actionListener: ActionListener<GetFindingsSearchResponse>,
user: User?
) {
if (user == null) {
Expand Down Expand Up @@ -167,7 +167,7 @@ class TransportGetFindingsSearchAction @Inject constructor(
fun searchDocument(
documentId: String,
sourceIndex: String,
actionListener: ActionListener<SearchResponse>
actionListener: ActionListener<GetFindingsSearchResponse>
): FindingDocument? {
val getRequest = GetRequest(sourceIndex, documentId)
var findingDocument: FindingDocument? = null
Expand Down

0 comments on commit bbebf3d

Please sign in to comment.