Skip to content

Commit

Permalink
Fixing OpenSearch API Spec annotation build errors (#15626) (#15629)
Browse files Browse the repository at this point in the history
(cherry picked from commit bc02f90)

Signed-off-by: Sarat Vemulapalli <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent c760c3a commit d000171
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public static QueryGroupStatsHolder from(QueryGroupState queryGroupState) {
}

/**
* Writes the {@param statsHolder} to {@param out}
* Writes the @param {statsHolder} to @param {out}
* @param out StreamOutput
* @param statsHolder QueryGroupStatsHolder
* @throws IOException exception
Expand Down Expand Up @@ -235,7 +235,7 @@ public static ResourceStats from(ResourceTypeState resourceTypeState) {
}

/**
* Writes the {@param stats} to {@param out}
* Writes the @param {stats} to @param {out}
* @param out StreamOutput
* @param stats QueryGroupStatsHolder
* @throws IOException exception
Expand Down

0 comments on commit d000171

Please sign in to comment.