Suppress unused warning in test
This commit is contained in:
parent
b4866e51b2
commit
5e1a4740d7
|
|
@ -244,6 +244,7 @@ class AutowiredAnnotationBeanRegistrationAotContributionTests {
|
|||
|
||||
static class InjectionBean {
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
private Integer counter;
|
||||
|
||||
@Autowired
|
||||
|
|
|
|||
Loading…
Reference in New Issue