Skip to content

Commit 3c8fd54

Browse files
author
Xing Lin
committed
Fixed checkstyle
1 parent b8eb012 commit 3c8fd54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/KeyProviderCache.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ public void onRemoval(
7070

7171
// Register the shutdown hook when not in shutdown
7272
if (!ShutdownHookManager.get().isShutdownInProgress()) {
73-
ShutdownHookManager.get().addShutdownHook(new KeyProviderCacheFinalizer(), SHUTDOWN_HOOK_PRIORITY);
73+
ShutdownHookManager.get().addShutdownHook(
74+
new KeyProviderCacheFinalizer(), SHUTDOWN_HOOK_PRIORITY);
7475
}
7576
}
7677

0 commit comments

Comments
 (0)