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:
parent
5825a992f9
commit
0981c39071
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue