Suppress unused warning in test code
This commit is contained in:
parent
7d731ee754
commit
0b21c16fa8
|
|
@ -20,6 +20,7 @@ import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
|
||||||
public class AutowiredGenericTemplate {
|
public class AutowiredGenericTemplate {
|
||||||
|
|
||||||
|
@SuppressWarnings("unused")
|
||||||
private GenericTemplate<Integer> genericTemplate;
|
private GenericTemplate<Integer> genericTemplate;
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue