HBASE-22298 branch-2.2 nightly fails "[ForOverride] Method annotated @ForOverride must have protected or package-private visibility"
This commit is contained in:
parent
6855143ba9
commit
512bc844bb
|
@ -55,7 +55,7 @@ class ClusterSchemaServiceImpl extends AbstractService implements ClusterSchemaS
|
|||
}
|
||||
|
||||
@Override
|
||||
public synchronized void doStart() {
|
||||
protected synchronized void doStart() {
|
||||
try {
|
||||
notifyStarted();
|
||||
this.tableNamespaceManager.start();
|
||||
|
|
Loading…
Reference in New Issue