[jboss-cvs] JBossAS SVN: r64696 - trunk/cluster/src/main/org/jboss/ha/framework/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Aug 18 23:02:34 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-08-18 23:02:33 -0400 (Sat, 18 Aug 2007)
New Revision: 64696

Modified:
   trunk/cluster/src/main/org/jboss/ha/framework/test/ExplicitFailoverClientInterceptor.java
Log:
Add serialVersionUID

Modified: trunk/cluster/src/main/org/jboss/ha/framework/test/ExplicitFailoverClientInterceptor.java
===================================================================
--- trunk/cluster/src/main/org/jboss/ha/framework/test/ExplicitFailoverClientInterceptor.java	2007-08-18 21:53:03 UTC (rev 64695)
+++ trunk/cluster/src/main/org/jboss/ha/framework/test/ExplicitFailoverClientInterceptor.java	2007-08-19 03:02:33 UTC (rev 64696)
@@ -50,8 +50,11 @@
    
    // Static --------------------------------------------------------
    
+   /** The serialVersionUID */
+   private static final long serialVersionUID = -23836213158136538L;
+   
    // Constructors --------------------------------------------------
-   
+
    public ExplicitFailoverClientInterceptor ()
    {
    }




More information about the jboss-cvs-commits mailing list