Suppress unused warnings in tests
This commit is contained in:
parent
a455317122
commit
b5902f4fbf
|
@ -244,6 +244,7 @@ class AutowiredAnnotationBeanRegistrationAotContributionTests {
|
|||
|
||||
static class InjectionBean {
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
private Integer counter;
|
||||
|
||||
@Autowired
|
||||
|
|
|
@ -24,6 +24,7 @@ import org.springframework.context.annotation.Configuration;
|
|||
@Configuration(proxyBeanMethods = false)
|
||||
public class QualifierConfiguration {
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
private String bean;
|
||||
|
||||
@Autowired
|
||||
|
|
Loading…
Reference in New Issue