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/802b5e3c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/802b5e3c Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/802b5e3c Branch: refs/heads/HBASE-16961 Commit: 802b5e3c5e05899de3c20dcb289585f2eb0c9990 Parents: 50c83f2 Author: Josh Elser <els...@apache.org> Authored: Fri Apr 28 16:51:17 2017 -0400 Committer: Josh Elser <els...@apache.org> Committed: Mon May 22 13:08:12 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/802b5e3c/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 -@InterfaceStability.Evolving public enum SpaceViolationPolicy { /** * Disables the table(s).