mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Suppress warning in test
This commit is contained in:
+1
@@ -101,6 +101,7 @@ class SimpleReflectiveProcessorTests {
|
||||
|
||||
static class SampleBean {
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
private String name;
|
||||
|
||||
SampleBean(String name) {
|
||||
|
||||
Reference in New Issue
Block a user