Skip to content

Commit

Permalink
HADOOP-18387. Fix CheckStyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhujiang02 committed Aug 3, 2022
1 parent 820aaee commit dc5fad2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public <T extends FileSystem & Renewable> void removeRenewAction(
try {
action.cancel();
} catch (InterruptedException ie) {
LOG.error("Interrupted while canceling token for {} filesystem." , fs.getUri());
LOG.error("Interrupted while canceling token for {} filesystem.", fs.getUri());
LOG.debug("Exception in removeRenewAction.", ie);
}
}
Expand Down

0 comments on commit dc5fad2

Please sign in to comment.