mirror of
https://github.com/google/nomulus.git
synced 2025-05-02 04:57:51 +02:00
This change removes ConfigModule from FlowComponent, since it's already present in all of the standard components that serve as "parents" to FlowComponent (i.e. it's in FrontendComponent, BackendComponent, ToolsComponent, and EppTestComponent). ConfigModule should only ever be included in top-level components, so that it's possible to swap it out without having to make changes deep within subcomponent code. This change also removes SystemSleeperModule, which belongs at the top-level component as well, and is present in BackendComponent and ToolsComponent but was absent in FrontendComponent and EppTestComponent. I've added it to those two places. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140053552 |
||
---|---|---|
.. | ||
com/google | ||
google/registry |