Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: Poojita Raj <[email protected]>
  • Loading branch information
Poojita-Raj committed Mar 16, 2023
1 parent 92590fe commit 76f6d82
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ public void setUp() throws Exception {
ShardId testShardId = primary.shardId();

// This mirrors the creation of the ReplicationCheckpoint inside CopyState
// testReplicaCheckpoint = new ReplicationCheckpoint()
testCheckpoint = new ReplicationCheckpoint(testShardId, primary.getOperationPrimaryTerm(), 0L, 0L, "Lucene95");
testCheckpoint2 = new ReplicationCheckpoint(testShardId, primary.getOperationPrimaryTerm(), 0L, 0L, "Lucene94");
IndexService mockIndexService = mock(IndexService.class);
Expand Down

0 comments on commit 76f6d82

Please sign in to comment.