Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoyuki Morita <[email protected]>
  • Loading branch information
ykmr1224 committed May 28, 2024
1 parent 9be0411 commit 65aa8d2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/** Interface for reading job execution result */
public interface JobExecutionResponseReader {
/**
* Retrieves the result from the OpenSearch index based on the job ID.
* Retrieves the job execution result based on the job ID.
*
* @param jobId The job ID.
* @param resultLocation The location identifier where the result is stored (optional).
Expand All @@ -19,7 +19,7 @@ public interface JobExecutionResponseReader {
JSONObject getResultWithJobId(String jobId, String resultLocation);

/**
* Retrieves the result from the OpenSearch index based on the query ID.
* Retrieves the job execution result based on the query ID.
*
* @param queryId The query ID.
* @param resultLocation The location identifier where the result is stored (optional).
Expand Down

0 comments on commit 65aa8d2

Please sign in to comment.