HBASE-18733 [compat 1-2] Hide WALKey

This commit is contained in:
Michael Stack 2017-09-12 13:12:14 -07:00
parent c75bb7424e
commit 41ff7d4c6b
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ import org.apache.hadoop.hbase.util.EnvironmentEdgeManager;
*/
// TODO: Key and WALEdit are never used separately, or in one-to-many relation, for practical
// purposes. They need to be merged into WALEntry.
@InterfaceAudience.LimitedPrivate(HBaseInterfaceAudience.REPLICATION)
@InterfaceAudience.Private
public class WALKey implements SequenceId, Comparable<WALKey> {
/**