HBASe-26082 Mark LocalHBaseCluster as IA.Private (#3471)

Signed-off-by: Yulin Niu <niuyulin@apache.org>
Signed-off-by: Pankaj Kumar <pankajkumar@apache.org>
This commit is contained in:
Duo Zhang 2021-07-13 15:14:50 +08:00 committed by GitHub
parent d1815445fd
commit 9f21eec777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ import org.slf4j.LoggerFactory;
* instead of 16000.
*
*/
@InterfaceAudience.Public
@InterfaceAudience.Private
public class LocalHBaseCluster {
private static final Logger LOG = LoggerFactory.getLogger(LocalHBaseCluster.class);
private final List<JVMClusterUtil.MasterThread> masterThreads = new CopyOnWriteArrayList<>();