Skip to content

Commit 662bbf0

Browse files
committed
stylecheck
1 parent 007ffd5 commit 662bbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/shard/IndexShard.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3155,7 +3155,7 @@ public long getMaxSeqNoOfUpdatesOrDeletes() {
31553155
* which is at least the value of the max_seq_no_of_updates marker on the primary after that operation was executed on the primary.
31563156
*
31573157
* @see #acquireReplicaOperationPermit(long, long, long, ActionListener, String, Object)
3158-
* @see RecoveryTarget#indexTranslogOperations(List, int, long, long, RetentionLeases, ActionListener)
3158+
* @see RecoveryTarget#indexTranslogOperations(List, int, long, long, RetentionLeases, long, ActionListener)
31593159
*/
31603160
public void advanceMaxSeqNoOfUpdatesOrDeletes(long seqNo) {
31613161
assert seqNo != UNASSIGNED_SEQ_NO

0 commit comments

Comments
 (0)