Left over from merging

This commit is contained in:
Martijn van Groningen 2018-04-05 08:51:27 +02:00
parent 1f306c321e
commit 25996852a6
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A
1 changed files with 0 additions and 1 deletions

View File

@ -600,7 +600,6 @@ public class Translog extends AbstractIndexShardComponent implements IndexShardC
return null;
}
public Snapshot newSnapshotFromMinSeqNo(long minSeqNo) throws IOException {
/**
* Returns a snapshot with operations having a sequence number equal to or greater than <code>minSeqNo</code>.
*/