Skip to content

Commit

Permalink
Add missing javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Bhumika Saini <[email protected]>
  • Loading branch information
Bhumika Saini committed Sep 4, 2023
1 parent 2f53cbb commit cc052d3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
import java.util.concurrent.atomic.AtomicLong;
import java.util.concurrent.atomic.AtomicReference;

/**
* Base class for remote store stats trackers
*
* @opensearch.internal
*/
public abstract class RemoteTransferTracker {
/**
* The shard that this tracker is associated with
Expand Down

0 comments on commit cc052d3

Please sign in to comment.