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