You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/01/05 08:15:04 UTC

[GitHub] [shardingsphere] menghaoranss opened a new issue #14537: Remove useless parameter in ContextManager

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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] LeeGuoPing commented on issue #14537: Remove useless parameter in ContextManager

Posted by GitBox <gi...@apache.org>.
LeeGuoPing commented on issue #14537:
URL: https://github.com/apache/shardingsphere/issues/14537#issuecomment-1005471047


   May I have a try


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] menghaoranss closed issue #14537: Remove useless parameter in ContextManager

Posted by GitBox <gi...@apache.org>.
menghaoranss closed issue #14537:
URL: https://github.com/apache/shardingsphere/issues/14537


   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] menghaoranss closed issue #14537: Remove useless parameter in ContextManager

Posted by GitBox <gi...@apache.org>.
menghaoranss closed issue #14537:
URL: https://github.com/apache/shardingsphere/issues/14537


   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org