mirror of https://github.com/apache/cloudstack.git
revert format changes
This commit is contained in:
parent
0c0cfcff74
commit
286f87a270
|
|
@ -194,7 +194,7 @@ public class DefaultModuleDefinitionSet implements ModuleDefinitionSet {
|
|||
context.refresh();
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
final List<Resource> resources = (List<Resource>) context.getBean(DEFAULT_CONFIG_RESOURCES);
|
||||
final List<Resource> resources = (List<Resource>)context.getBean(DEFAULT_CONFIG_RESOURCES);
|
||||
|
||||
withModule(new WithModule() {
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue