Skip to content

Commit

Permalink
Correct the incorrect code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
guluo2016 committed Jul 9, 2024
1 parent 412dc84 commit 19132ba
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1084,8 +1084,7 @@ public int doWork() throws IOException {
LOG.debug("outputFs={}, outputRoot={}, skipTmp={}, initialOutputSnapshotDir={}", outputFs,
outputRoot.toString(), skipTmp, initialOutputSnapshotDir);

// throw CorruptedSnapshotException if we can't read the snapshot info or the snapshot is
// expired
// throw CorruptedSnapshotException if we can't read the snapshot info.
SnapshotDescription sourceSnapshotDesc =
SnapshotDescriptionUtils.readSnapshotInfo(inputFs, snapshotDir);

Expand Down

0 comments on commit 19132ba

Please sign in to comment.