From 9a3b7f16f90f9ec0f8e07cba27f91e681823987a Mon Sep 17 00:00:00 2001 From: Duo Zhang Date: Mon, 8 Oct 2018 14:55:55 +0800 Subject: [PATCH] HBASE-21250 Addendum remove unused modification in hbase-server module --- .../test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java | 1 - 1 file changed, 1 deletion(-) 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 f9e321102e2..0de34a9b6e6 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). *

To preserve test data directories, pass the system property "hbase.testing.preserve.testdir" * setting it to true. - * For triggering test. */ @InterfaceAudience.Public @SuppressWarnings("deprecation")