Suppress warning in test
This commit is contained in:
@@ -101,6 +101,7 @@ class SimpleReflectiveProcessorTests {
|
||||
|
||||
static class SampleBean {
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
private String name;
|
||||
|
||||
SampleBean(String name) {
|
||||
|
||||
Reference in New Issue
Block a user