Skip to content

Commit 7da3c8e

Browse files
committed
fix findbugs
1 parent 6a3759d commit 7da3c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/security/OzoneSecretManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public String formatTokenId(T id) {
189189
public synchronized void start(CertificateClient client)
190190
throws IOException {
191191
Preconditions.checkState(!isRunning());
192-
this.certClient = client;
192+
setCertClient(client);
193193
updateCurrentKey(new KeyPair(certClient.getPublicKey(),
194194
certClient.getPrivateKey()));
195195
setIsRunning(true);

0 commit comments

Comments
 (0)