HBASE-25963 HBaseCluster should be marked as IA.Public (#3348)

Signed-off-by: Yulin Niu <niuyulin@apache.org>
This commit is contained in:
Duo Zhang 2021-06-06 21:20:59 +08:00 committed by GitHub
parent de06e20e0a
commit eddf4cc3a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ import org.slf4j.LoggerFactory;
* In that sense, this class does not abstract away <strong>every</strong> interface that
* MiniHBaseCluster or DistributedHBaseCluster provide.
*/
@InterfaceAudience.Private
@InterfaceAudience.Public
public abstract class HBaseCluster implements Closeable, Configurable {
// Log is being used in DistributedHBaseCluster class, hence keeping it as package scope
static final Logger LOG = LoggerFactory.getLogger(HBaseCluster.class.getName());