Browse Source

Suppress warning in test

pull/28538/head
Sam Brannen 4 years ago
parent
commit
291f784196
  1. 1
      spring-core/src/test/java/org/springframework/aot/hint/annotation/SimpleReflectiveProcessorTests.java

1
spring-core/src/test/java/org/springframework/aot/hint/annotation/SimpleReflectiveProcessorTests.java

@ -101,6 +101,7 @@ class SimpleReflectiveProcessorTests { @@ -101,6 +101,7 @@ class SimpleReflectiveProcessorTests {
static class SampleBean {
@SuppressWarnings("unused")
private String name;
SampleBean(String name) {

Loading…
Cancel
Save