google-nomulus/java/google/registry/module
nickfelt aa670e5df2 Remove extraneous modules from FlowComponent
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
2016-11-28 11:38:02 -05:00
..
backend Refactor RequestHandler to handle request component construction 2016-11-15 10:49:05 -05:00
frontend Remove extraneous modules from FlowComponent 2016-11-28 11:38:02 -05:00
tools Add a custom logic framework to provide pluggable extensibility 2016-11-15 15:19:32 -05:00