You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2018/10/08 06:58:17 UTC

hbase git commit: HBASE-21250 Addendum remove unused modification in hbase-server module

Repository: hbase
Updated Branches:
  refs/heads/master 118b07468 -> e8df847d4


HBASE-21250 Addendum remove unused modification in hbase-server module


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

Branch: refs/heads/master
Commit: e8df847d4ed16b8432221d28bcfc00e1621df586
Parents: 118b074
Author: Duo Zhang <zh...@apache.org>
Authored: Mon Oct 8 14:55:55 2018 +0800
Committer: Duo Zhang <zh...@apache.org>
Committed: Mon Oct 8 14:55:55 2018 +0800

----------------------------------------------------------------------
 .../src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/e8df847d/hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java
----------------------------------------------------------------------
diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java
index 528f039..e2e4aec 100644
--- a/hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java
+++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java
@@ -171,7 +171,6 @@ import org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil;
  * avoiding port contention if another local HBase instance is already running).
  * <p>To preserve test data directories, pass the system property "hbase.testing.preserve.testdir"
  * setting it to true.
- * For triggering test.
  */
 @InterfaceAudience.Public
 @SuppressWarnings("deprecation")