Skip to content

Commit

Permalink
fix java tag typos
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Walter Knize <[email protected]>
  • Loading branch information
nknize committed May 12, 2022
1 parent 3d97ca1 commit 805305c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public int compareTo(NodeAllocationResult other) {
/**
* A class that captures metadata about a shard store on a node.
*
* @openserach.internal
* @opensearch.internal
*/
public static final class ShardStoreInfo implements ToXContentFragment, Writeable {
private final boolean inSync;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ public int getPeakCount() {
* most recently expended effort in recycling unused objects
* in particular memory pool.
*
* @openesearch.internal
* @opensearch.internal
*/
public static class MemoryPoolGcStats implements Writeable {

Expand Down

0 comments on commit 805305c

Please sign in to comment.