Skip to content

Commit dc5fad2

Browse files
author
zhujiang02
committed
HADOOP-18387. Fix CheckStyle.
1 parent 820aaee commit dc5fad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/DelegationTokenRenewer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ public <T extends FileSystem & Renewable> void removeRenewAction(
256256
try {
257257
action.cancel();
258258
} catch (InterruptedException ie) {
259-
LOG.error("Interrupted while canceling token for {} filesystem." , fs.getUri());
259+
LOG.error("Interrupted while canceling token for {} filesystem.", fs.getUri());
260260
LOG.debug("Exception in removeRenewAction.", ie);
261261
}
262262
}

0 commit comments

Comments
 (0)