Repository: incubator-tephra
Updated Branches:
  refs/heads/master b7da24812 -> d1f2146b6


(Tephra-184) Remove unused constants

This closes #13

Signed-off-by: poorna <poo...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-tephra/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tephra/commit/d1f2146b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tephra/tree/d1f2146b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tephra/diff/d1f2146b

Branch: refs/heads/master
Commit: d1f2146b68d1c76604e913681be8555e2ecb098e
Parents: b7da248
Author: Sevada Abraamyan <sev...@outlook.com>
Authored: Tue Sep 20 19:39:34 2016 -0700
Committer: poorna <poo...@apache.org>
Committed: Wed Sep 21 15:50:27 2016 -0700

----------------------------------------------------------------------
 .../src/main/java/org/apache/tephra/TxConstants.java    | 12 ------------
 1 file changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/d1f2146b/tephra-core/src/main/java/org/apache/tephra/TxConstants.java
----------------------------------------------------------------------
diff --git a/tephra-core/src/main/java/org/apache/tephra/TxConstants.java 
b/tephra-core/src/main/java/org/apache/tephra/TxConstants.java
index 1c4fafc..0fd3645 100644
--- a/tephra-core/src/main/java/org/apache/tephra/TxConstants.java
+++ b/tephra-core/src/main/java/org/apache/tephra/TxConstants.java
@@ -313,18 +313,6 @@ public class TxConstants {
   }
 
   /**
-   * Configuration for the TransactionDataJanitor coprocessor.
-   */
-  public static final class DataJanitor {
-    /**
-     * Whether or not the TransactionDataJanitor coprocessor should be enabled 
on tables.
-     * Disable for testing.
-     */
-    public static final String CFG_TX_JANITOR_ENABLE = 
"data.tx.janitor.enable";
-    public static final boolean DEFAULT_TX_JANITOR_ENABLE = true;
-  }
-
-  /**
    * Configuration for the transaction snapshot persistence.
    */
   public static final class Persist {

Reply via email to