HBASE-25963 HBaseCluster should be marked as IA.Public (#3348)
Signed-off-by: Yulin Niu <niuyulin@apache.org>
This commit is contained in:
parent
7102dd0654
commit
6d1d64caf7
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue