HBASE-17976 Remove stability annotation from public audience class

Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/13b9a1ed
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/13b9a1ed
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/13b9a1ed

Branch: refs/heads/master
Commit: 13b9a1ed01d8115863e09fd09d4628281d1dbb90
Parents: d671a1d
Author: Josh Elser <[email protected]>
Authored: Fri Apr 28 16:51:17 2017 -0400
Committer: Josh Elser <[email protected]>
Committed: Mon May 22 13:41:36 2017 -0400

----------------------------------------------------------------------
 .../java/org/apache/hadoop/hbase/quotas/SpaceViolationPolicy.java  | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/13b9a1ed/hbase-client/src/main/java/org/apache/hadoop/hbase/quotas/SpaceViolationPolicy.java
----------------------------------------------------------------------
diff --git 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/quotas/SpaceViolationPolicy.java
 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/quotas/SpaceViolationPolicy.java
index 34d2542..023e855 100644
--- 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/quotas/SpaceViolationPolicy.java
+++ 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/quotas/SpaceViolationPolicy.java
@@ -17,7 +17,6 @@
 package org.apache.hadoop.hbase.quotas;
 
 import org.apache.hadoop.hbase.classification.InterfaceAudience;
-import org.apache.hadoop.hbase.classification.InterfaceStability;
 
 /**
  * Enumeration that represents the action HBase will take when a space quota 
is violated.
@@ -26,7 +25,6 @@ import 
org.apache.hadoop.hbase.classification.InterfaceStability;
  * namespace, it is treated as a collection of tables (all tables are subject 
to the same policy).
  */
 @InterfaceAudience.Public
[email protected]
 public enum SpaceViolationPolicy {
   /**
    * Disables the table(s).

Reply via email to