HBASE-18624 (addendum) correct the annotations

This commit is contained in:
Chia-Ping Tsai 2017-11-10 09:04:51 +08:00
parent b41dae3149
commit 3511f678fb
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
*/
package org.apache.hadoop.hbase;
import org.apache.hadoop.classification.InterfaceAudience;
import org.apache.yetus.audience.InterfaceAudience;
@InterfaceAudience.Public
public final class CacheEvictionStats {

View File

@ -18,7 +18,7 @@
*/
package org.apache.hadoop.hbase;
import org.apache.hadoop.classification.InterfaceAudience;
import org.apache.yetus.audience.InterfaceAudience;
@InterfaceAudience.Private
public final class CacheEvictionStatsBuilder {