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
parent 7102dd0654
commit 6d1d64caf7
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ import org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterServ
* 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());