Skip to content

Commit 97b9d5d

Browse files
committed
checkstyle
1 parent 8c08370 commit 97b9d5d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/security/ContextEncryptionAdapter.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818

1919
package org.apache.hadoop.fs.azurebfs.security;
2020

21-
import java.io.IOException;
22-
2321
/**
2422
* Provides APIs to get encryptionKey from encryptionContext for a given path.
2523
*/

hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/security/NoContextEncryptionAdapter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818

1919
package org.apache.hadoop.fs.azurebfs.security;
2020

21-
public class NoContextEncryptionAdapter extends ContextEncryptionAdapter {
21+
public final class NoContextEncryptionAdapter extends ContextEncryptionAdapter {
2222

2323
private NoContextEncryptionAdapter() {
2424

2525
}
26-
private static NoContextEncryptionAdapter
26+
private static final NoContextEncryptionAdapter
2727
instance = new NoContextEncryptionAdapter();
2828

2929
public static NoContextEncryptionAdapter getInstance() {

0 commit comments

Comments
 (0)