Skip to content

Commit

Permalink
Merge remote-tracking branch 'shiyiyue1102/2022.x-support-nacos-confi…
Browse files Browse the repository at this point in the history
…g-annotation' into fork/shiyiyue1102/2022.x-support-nacos-config-annotation
  • Loading branch information
chickenlj committed Nov 26, 2024
2 parents f456c5c + 126221e commit 198bb41
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ public String toString() {

@Override
public Object postProcessBeforeInitialization(Object bean, String beanName) throws BeansException {
return BeanPostProcessor.super.postProcessBeforeInitialization(bean, beanName);
BeanPostProcessor.super.postProcessBeforeInitialization(bean, beanName);
return bean;
}

@Override
Expand Down

0 comments on commit 198bb41

Please sign in to comment.