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

This commit is contained in:
Duo Zhang 2018-10-08 14:55:55 +08:00
parent 118b074684
commit e8df847d4e
1 changed files with 0 additions and 1 deletions

View File

@ -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")