add serialVersionUID for AuthenticationResult class

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1412682 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-11-22 21:53:08 +00:00
parent 5825a992f9
commit 0981c39071
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ import java.util.Map;
public class AuthenticationResult
implements Serializable
{
private static final long serialVersionUID = 354054054054L;
private boolean isAuthenticated;
private String principal;