Skip to content

Commit

Permalink
add javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Ruirui Zhang <mariazrr@amazon.com>
  • Loading branch information
ruai0511 committed Jul 16, 2024
1 parent f13dbff commit 42785b8
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ public class UpdateQueryGroupResponse extends ActionResponse implements ToXConte

/**
* Constructor for UpdateQueryGroupResponse
* @param queryGroup - The QueryGroup to be updated
* @param queryGroup - the QueryGroup to be updated
* @param restStatus - the rest status for the response
*/
public UpdateQueryGroupResponse(final QueryGroup queryGroup, RestStatus restStatus) {
this.queryGroup = queryGroup;
Expand All @@ -39,7 +40,7 @@ public UpdateQueryGroupResponse(final QueryGroup queryGroup, RestStatus restStat

/**
* Constructor for UpdateQueryGroupResponse
* @param in - A {@link StreamInput} object
* @param in - a {@link StreamInput} object
*/
public UpdateQueryGroupResponse(StreamInput in) throws IOException {
queryGroup = new QueryGroup(in);
Expand Down

0 comments on commit 42785b8

Please sign in to comment.