mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Suppress unused warning in test code
This commit is contained in:
+1
@@ -20,6 +20,7 @@ import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
||||
public class AutowiredGenericTemplate {
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
private GenericTemplate<Integer> genericTemplate;
|
||||
|
||||
@Autowired
|
||||
|
||||
Reference in New Issue
Block a user