Suppress unused warning in test
This commit is contained in:
@@ -244,6 +244,7 @@ class AutowiredAnnotationBeanRegistrationAotContributionTests {
|
||||
|
||||
static class InjectionBean {
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
private Integer counter;
|
||||
|
||||
@Autowired
|
||||
|
||||
Reference in New Issue
Block a user