Skip to content

Commit 5a33bb6

Browse files
committed
Improve javadoc
1 parent faf4e7a commit 5a33bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/repositories/Repository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ static boolean assertSnapshotMetaThread() {
375375
/**
376376
* Get the current count of snapshots in progress
377377
*
378-
* @return The current number of shard snapshots in progress
378+
* @return The current number of shard snapshots in progress metric value, or null if this repository doesn't track that
379379
*/
380380
@Nullable
381381
default LongWithAttributes getShardSnapshotsInProgress() {

0 commit comments

Comments
 (0)