Browse Source

Suppress unused warning in test code

pull/29492/head
Sam Brannen 3 years ago
parent
commit
0b21c16fa8
  1. 1
      spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/AutowiredGenericTemplate.java

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

@ -20,6 +20,7 @@ import org.springframework.beans.factory.annotation.Autowired; @@ -20,6 +20,7 @@ import org.springframework.beans.factory.annotation.Autowired;
public class AutowiredGenericTemplate {
@SuppressWarnings("unused")
private GenericTemplate<Integer> genericTemplate;
@Autowired

Loading…
Cancel
Save