Skip to content

Commit

Permalink
Update AnnotationBean.java (apache#3021)
Browse files Browse the repository at this point in the history
delete useless code
  • Loading branch information
Sidneyxt authored and khanimteyaz committed Jan 18, 2019
1 parent d73234a commit 3c40fc4
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,6 @@ public Object postProcessAfterInitialization(Object bean, String beanName)
if (service.module().length() > 0) {
serviceConfig.setModule(applicationContext.getBean(service.module(), ModuleConfig.class));
}
if (service.provider().length() > 0) {
serviceConfig.setProvider(applicationContext.getBean(service.provider(), ProviderConfig.class));
}
if (service.protocol().length > 0) {
List<ProtocolConfig> protocolConfigs = new ArrayList<ProtocolConfig>();
for (String protocolId : service.protocol()) {
Expand Down

0 comments on commit 3c40fc4

Please sign in to comment.