Skip to content

Commit bc02f90

Browse files
Fixing OpenSearch API Spec annotation build errors (#15626)
Signed-off-by: Sarat Vemulapalli <[email protected]>
1 parent 442a928 commit bc02f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/main/java/org/opensearch/wlm/stats/QueryGroupStats.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public static QueryGroupStatsHolder from(QueryGroupState queryGroupState) {
145145
}
146146

147147
/**
148-
* Writes the {@param statsHolder} to {@param out}
148+
* Writes the @param {statsHolder} to @param {out}
149149
* @param out StreamOutput
150150
* @param statsHolder QueryGroupStatsHolder
151151
* @throws IOException exception
@@ -235,7 +235,7 @@ public static ResourceStats from(ResourceTypeState resourceTypeState) {
235235
}
236236

237237
/**
238-
* Writes the {@param stats} to {@param out}
238+
* Writes the @param {stats} to @param {out}
239239
* @param out StreamOutput
240240
* @param stats QueryGroupStatsHolder
241241
* @throws IOException exception

0 commit comments

Comments
 (0)