mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 22:59:03 +00:00
Suppress warnings
This commit is contained in:
@@ -24,6 +24,10 @@ public class EmployeeId implements Serializable {
|
||||
@Serial
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
private String name;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
private String department;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user