You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by el...@apache.org on 2017/05/01 17:26:32 UTC

hbase git commit: HBASE-17976 Remove stability annotation from public audience class

Repository: hbase
Updated Branches:
  refs/heads/HBASE-16961 70bcf3fe6 -> 0d5028664


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/0d502866
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/0d502866
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/0d502866

Branch: refs/heads/HBASE-16961
Commit: 0d5028664b8f33450ed41e83362fca50bec3871d
Parents: 70bcf3f
Author: Josh Elser <el...@apache.org>
Authored: Fri Apr 28 16:51:17 2017 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Mon May 1 12:58:26 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/0d502866/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).