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; ...@@ -9,6 +9,8 @@ import lombok.Setter;
@NoArgsConstructor @NoArgsConstructor
public class TeachingStaff extends Staff { public class TeachingStaff extends Staff {
private static final long serialVersionUID = 1L;
@Getter @Getter
@Setter @Setter
private String qualification; 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