HBASE-18766 Make TableSnapshotScanner Audience Private

Signed-off-by: Michael Stack <stack@apache.org>
This commit is contained in:
Chia-Ping Tsai 2017-09-14 06:12:22 +08:00 committed by Michael Stack
parent 58988cb53c
commit 9c5b03acd7
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ import org.apache.hadoop.hbase.util.FSUtils;
* snapshot/data files will completely circumvent the access control enforced by HBase.
* See org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormat.
*/
@InterfaceAudience.Public
@InterfaceAudience.Private
public class TableSnapshotScanner extends AbstractClientScanner {
private static final Log LOG = LogFactory.getLog(TableSnapshotScanner.class);