Skip to content

Commit

Permalink
HBASE-27346. Removed unnecessary interface audience annotiations
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnar committed Sep 1, 2022
1 parent 9dee9cf commit 52f4a82
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@
package org.apache.hadoop.hbase.io.crypto.tls;

import java.util.Objects;
import org.apache.yetus.audience.InterfaceAudience;

/**
* This file has been copied from the Apache ZooKeeper project.
* @see <a href=
* "https://github.com/apache/zookeeper/blob/c74658d398cdc1d207aa296cb6e20de00faec03e/zookeeper-server/src/main/java/org/apache/zookeeper/common/FileKeyStoreLoaderBuilderProvider.java">Base
* revision</a>
*/
@InterfaceAudience.Private
public class FileKeyStoreLoaderBuilderProvider {
class FileKeyStoreLoaderBuilderProvider {
/**
* Returns a {@link FileKeyStoreLoader.Builder} that can build a loader which loads keys and certs
* from files of the given {@link KeyStoreFileType}.
Expand Down

0 comments on commit 52f4a82

Please sign in to comment.