Remove explicit call to afterSingletonsInstantiated

Closes gh-10286
This commit is contained in:
Madhura Bhave 2017-10-04 11:40:48 -07:00
parent d7a73e70be
commit ad2f774033
1 changed files with 0 additions and 2 deletions

View File

@ -189,8 +189,6 @@ public class SpringIntegrationMetrics implements MeterBinder, SmartInitializingS
@Override
public void afterSingletonsInstantiated() {
// FIXME better would be to use a BeanPostProcessor
this.configurer.afterSingletonsInstantiated();
this.registries.forEach((registry) -> {
addChannelMetrics(registry);
addHandlerMetrics(registry);