Skip to content

Commit

Permalink
Fix Spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Kale <[email protected]>
  • Loading branch information
Sachin Kale committed Feb 6, 2023
1 parent 7f9c8b4 commit 46dcbc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public RemoteFsTranslog(
try {
download(translogTransferManager, location);
Checkpoint checkpoint = readCheckpoint(location);
((ReplicationTracker)globalCheckpointSupplier).updateGlobalCheckpoint(checkpoint.globalCheckpoint);
((ReplicationTracker) globalCheckpointSupplier).updateGlobalCheckpoint(checkpoint.globalCheckpoint);
this.readers.addAll(recoverFromFiles(checkpoint));
if (readers.isEmpty()) {
throw new IllegalStateException("at least one reader must be recovered");
Expand Down

0 comments on commit 46dcbc4

Please sign in to comment.