Skip to content

Commit 0b21c16

Browse files
committed
Suppress unused warning in test code
1 parent 7d731ee commit 0b21c16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/AutowiredGenericTemplate.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
public class AutowiredGenericTemplate {
2222

23+
@SuppressWarnings("unused")
2324
private GenericTemplate<Integer> genericTemplate;
2425

2526
@Autowired

0 commit comments

Comments
 (0)