Skip to content

Commit 9739244

Browse files
committed
Correct Javadoc
1 parent f1c8ebc commit 9739244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/seqno/ReplicationTracker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ public RetentionLeases loadRetentionLeases(final Path path) throws IOException {
340340
/**
341341
* Persists the current retention leases to their dedicated state file.
342342
*
343-
* @param path the path for the shard this replication tracker belong to
343+
* @param path the path to the directory containing the state file
344344
* @throws WriteStateException if an exception occurs writing the state file
345345
*/
346346
public synchronized void persistRetentionLeases(final Path path) throws WriteStateException {

0 commit comments

Comments
 (0)