We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 442a928 commit bc02f90Copy full SHA for bc02f90
server/src/main/java/org/opensearch/wlm/stats/QueryGroupStats.java
@@ -145,7 +145,7 @@ public static QueryGroupStatsHolder from(QueryGroupState queryGroupState) {
145
}
146
147
/**
148
- * Writes the {@param statsHolder} to {@param out}
+ * Writes the @param {statsHolder} to @param {out}
149
* @param out StreamOutput
150
* @param statsHolder QueryGroupStatsHolder
151
* @throws IOException exception
@@ -235,7 +235,7 @@ public static ResourceStats from(ResourceTypeState resourceTypeState) {
235
236
237
238
- * Writes the {@param stats} to {@param out}
+ * Writes the @param {stats} to @param {out}
239
240
* @param stats QueryGroupStatsHolder
241
0 commit comments