Skip to content
Snippets Groups Projects
Commit a6e3edc0 authored by koz01's avatar koz01
Browse files

Remove warnings due serialization withou id.

parent eb62a76d
No related merge requests found
......@@ -9,6 +9,8 @@ import lombok.Setter;
@NoArgsConstructor
public class TeachingStaff extends Staff {
private static final long serialVersionUID = 1L;
@Getter
@Setter
private String qualification;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment