Skip to content

Commit

Permalink
Fixing OpenSearch API Spec annotation build errors (#15626)
Browse files Browse the repository at this point in the history
Signed-off-by: Sarat Vemulapalli <[email protected]>
  • Loading branch information
saratvemulapalli authored Sep 3, 2024
1 parent 442a928 commit bc02f90
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 bc02f90

Please sign in to comment.