Skip to content

Commit 5e1a474

Browse files
committed
Suppress unused warning in test
1 parent b4866e5 commit 5e1a474

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ private void compile(RegisteredBean registeredBean,
244244

245245
static class InjectionBean {
246246

247+
@SuppressWarnings("unused")
247248
private Integer counter;
248249

249250
@Autowired

0 commit comments

Comments
 (0)