See gh-23163
master
Sam Brannen 5 years ago
parent 4568edf6c4
commit 7576d0d40c
  1. 1
      spring-web/src/main/java/org/springframework/web/method/ControllerAdviceBean.java

@ -56,6 +56,7 @@ public class ControllerAdviceBean implements Ordered {
* Reference to the resolved bean instance, potentially lazily retrieved * Reference to the resolved bean instance, potentially lazily retrieved
* via the {@code BeanFactory}. * via the {@code BeanFactory}.
*/ */
@Nullable
private Object resolvedBean; private Object resolvedBean;
@Nullable @Nullable

Loading…
Cancel
Save