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 6855143ba9
commit 512bc844bb
1 changed files with 1 additions and 1 deletions

View File

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