[
https://issues.apache.org/jira/browse/HBASE-12076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14149970#comment-14149970
]
Enis Soztutar commented on HBASE-12076:
---------------------------------------
[~eclark] I think there are a handful of leftovers for this:
{code}
grep -R "org.apache.hadoop.classification.Interface" . | grep java
./hbase-client/src/main/java/org/apache/hadoop/hbase/client/HConnection.java.orig:import
org.apache.hadoop.classification.InterfaceAudience;
./hbase-client/src/main/java/org/apache/hadoop/hbase/client/HConnection.java.orig:import
org.apache.hadoop.classification.InterfaceStability;
./hbase-client/src/main/java/org/apache/hadoop/hbase/client/ScannerCallableWithReplicas.java.orig:import
org.apache.hadoop.classification.InterfaceAudience;
./hbase-common/src/main/java/org/apache/hadoop/hbase/HBaseInterfaceAudience.java.orig:import
org.apache.hadoop.classification.InterfaceAudience;
./hbase-common/src/main/java/org/apache/hadoop/hbase/HBaseInterfaceAudience.java.orig:import
org.apache.hadoop.classification.InterfaceStability;
..
{code}
> Move InterfaceAudience imports to hbase-annotations
> ---------------------------------------------------
>
> Key: HBASE-12076
> URL: https://issues.apache.org/jira/browse/HBASE-12076
> Project: HBase
> Issue Type: Sub-task
> Affects Versions: 2.0.0, 0.98.7, 0.99.1
> Environment: Seems like I missed some annotations when doing my
> find/replace.
> Reporter: Elliott Clark
> Assignee: Elliott Clark
> Fix For: 2.0.0, 0.98.7, 0.99.1
>
> Attachments:
> 0001-HBASE-12076-Move-InterfaceAudience-imports-to-hbase-.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)