Browse Source

Suppress unused warning in test

pull/30490/head
Sam Brannen 3 years ago
parent
commit
5e1a4740d7
  1. 1
      spring-beans/src/test/java/org/springframework/beans/factory/annotation/AutowiredAnnotationBeanRegistrationAotContributionTests.java

1
spring-beans/src/test/java/org/springframework/beans/factory/annotation/AutowiredAnnotationBeanRegistrationAotContributionTests.java

@ -244,6 +244,7 @@ class AutowiredAnnotationBeanRegistrationAotContributionTests { @@ -244,6 +244,7 @@ class AutowiredAnnotationBeanRegistrationAotContributionTests {
static class InjectionBean {
@SuppressWarnings("unused")
private Integer counter;
@Autowired

Loading…
Cancel
Save