[ISSUE #4818] Fix AutoSwitchHAService code formate incorrect (#4819)

This commit is contained in:
mxsm
2022-08-13 00:13:10 +08:00
committed by GitHub
parent dbcd37cd39
commit 8dd07c8469
@@ -410,7 +410,8 @@ public class AutoSwitchHAService extends DefaultHAService {
return AutoSwitchAcceptSocketService.class.getSimpleName();
}
@Override protected HAConnection createConnection(SocketChannel sc) throws IOException {
@Override
protected HAConnection createConnection(SocketChannel sc) throws IOException {
return new AutoSwitchHAConnection(AutoSwitchHAService.this, sc, AutoSwitchHAService.this.epochCache);
}
}