Skip to content

Commit

Permalink
Add serializationId to ProjectSecurityUser
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa-eltaher committed Aug 16, 2016
1 parent 8c30639 commit 31fa4ba
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
import edu.mostafa.abac.web.model.UserRole;

public class ProjectSecurityUser extends User implements ProjectUser {
private static final long serialVersionUID = 8498233196842987555L;

private Project project;
private UserRole role;

Expand Down

0 comments on commit 31fa4ba

Please sign in to comment.