From f090555931d1b7eb97d5be32cfdd6b3b470c5b2c Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Sun, 6 Jan 2013 00:42:03 +0000 Subject: [PATCH] implements Serializable for that: noted an issue with tomcat git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1429446 13f79535-47bb-0310-9956-ffa450edef68 --- .../redback/authentication/AuthenticationFailureCause.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/redback-authentication/redback-authentication-api/src/main/java/org/apache/archiva/redback/authentication/AuthenticationFailureCause.java b/redback-authentication/redback-authentication-api/src/main/java/org/apache/archiva/redback/authentication/AuthenticationFailureCause.java index 488e8f6ac..9b87debf4 100644 --- a/redback-authentication/redback-authentication-api/src/main/java/org/apache/archiva/redback/authentication/AuthenticationFailureCause.java +++ b/redback-authentication/redback-authentication-api/src/main/java/org/apache/archiva/redback/authentication/AuthenticationFailureCause.java @@ -18,12 +18,16 @@ package org.apache.archiva.redback.authentication; * under the License. */ +import java.io.Serializable; + /** * detail on possible authentication failure. + * * @author Olivier Lamy * @since 1.4-M4 */ public class AuthenticationFailureCause + implements Serializable { private int cause; -- 2.39.5