[jboss-cvs] JBossAS SVN: r65324 - trunk/testsuite/src/main/org/jboss/test/cluster/hapartition/ds.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 11 23:40:03 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-09-11 23:40:02 -0400 (Tue, 11 Sep 2007)
New Revision: 65324

Modified:
   trunk/testsuite/src/main/org/jboss/test/cluster/hapartition/ds/IDistributedState.java
Log:
Add a serialVersionUID

Modified: trunk/testsuite/src/main/org/jboss/test/cluster/hapartition/ds/IDistributedState.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/cluster/hapartition/ds/IDistributedState.java	2007-09-12 03:01:58 UTC (rev 65323)
+++ trunk/testsuite/src/main/org/jboss/test/cluster/hapartition/ds/IDistributedState.java	2007-09-12 03:40:02 UTC (rev 65324)
@@ -33,6 +33,9 @@
 {
    public static class NotifyData implements Serializable
    {
+      /** The serialVersionUID */
+      private static final long serialVersionUID = -7125734195566140252L;
+      
       public String category;
       public Serializable key;
       public Serializable value;




More information about the jboss-cvs-commits mailing list