Skip to content

Commit 2fd1a1f

Browse files
authored
Add missing param description backport(#68969) (#68978)
A commit from #68065 missed a parameter description
1 parent e7c0836 commit 2fd1a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/eql/src/main/java/org/elasticsearch/xpack/eql/action/EqlStatusResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public EqlStatusResponse(String id,
4848

4949
/**
5050
* Get status from the stored eql search response
51-
* @param storedResponse
51+
* @param storedResponse - a response from a stored search
5252
* @param expirationTimeMillis – expiration time in milliseconds
5353
* @param id – encoded async search id
5454
* @return a status response

0 commit comments

Comments
 (0)