HBASE-21250 Addendum remove unused modification in hbase-server module
This commit is contained in:
parent
5a300f3fc9
commit
9a3b7f16f9
|
@ -171,7 +171,6 @@ import org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil;
|
||||||
* avoiding port contention if another local HBase instance is already running).
|
* 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"
|
* <p>To preserve test data directories, pass the system property "hbase.testing.preserve.testdir"
|
||||||
* setting it to true.
|
* setting it to true.
|
||||||
* For triggering test.
|
|
||||||
*/
|
*/
|
||||||
@InterfaceAudience.Public
|
@InterfaceAudience.Public
|
||||||
@SuppressWarnings("deprecation")
|
@SuppressWarnings("deprecation")
|
||||||
|
|
Loading…
Reference in New Issue