HBASE-22298 branch-2.2 nightly fails "[ForOverride] Method annotated @ForOverride must have protected or package-private visibility"

This commit is contained in:
stack 2019-04-23 10:21:11 -07:00
parent 150f87797a
commit 899610e657
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class ClusterSchemaServiceImpl extends AbstractService implements ClusterSchemaS
}
@Override
public synchronized void doStart() {
protected synchronized void doStart() {
try {
notifyStarted();
this.tableNamespaceManager.start();