Chandra Sekhar K created HBASE-29047:
----------------------------------------
Summary: Remove redundant methods in TestMasterObserver
Key: HBASE-29047
URL: https://issues.apache.org/jira/browse/HBASE-29047
Project: HBase
Issue Type: Improvement
Reporter: Chandra Sekhar K
Assignee: Chandra Sekhar K
There are many redundant methods in TestMasterObserver with the same behaviour
as its base interface default Implementation.
{code:java}
@Override
public void preSetUserQuota(final ObserverContext<MasterCoprocessorEnvironment>
ctx,
final String userName, final GlobalQuotaSettings quotas) throws IOException {
}
@Override
public void postSetUserQuota(final
ObserverContext<MasterCoprocessorEnvironment> ctx,
final String userName, final GlobalQuotaSettings quotas) throws IOException {
}
@Override
public void preSetUserQuota(final ObserverContext<MasterCoprocessorEnvironment>
ctx,
final String userName, final TableName tableName, final GlobalQuotaSettings
quotas)
throws IOException {
}{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)