menghaoranss opened a new issue #14537:
URL: https://github.com/apache/shardingsphere/issues/14537
```
public void init(final MetaDataContexts metaDataContexts, final
TransactionContexts transactionContexts, final ModeScheduleContext
modeScheduleContext) {
this.metaDataContexts = metaDataContexts;
this.transactionContexts = transactionContexts;
this.modeScheduleContext = modeScheduleContext;
}
```
the `modeScheduleContext ` is no longer used, just remove it and adjust the
classes that references it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]