You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2011/05/15 13:25:58 UTC

svn commit: r1103322 - /db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/om/SimpleKey.java

Author: tfischer
Date: Sun May 15 11:25:57 2011
New Revision: 1103322

URL: http://svn.apache.org/viewvc?rev=1103322&view=rev
Log:
add serialVersionUid

Modified:
    db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/om/SimpleKey.java

Modified: db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/om/SimpleKey.java
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/om/SimpleKey.java?rev=1103322&r1=1103321&r2=1103322&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/om/SimpleKey.java (original)
+++ db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/om/SimpleKey.java Sun May 15 11:25:57 2011
@@ -29,6 +29,9 @@ package org.apache.torque.om;
  */
 public abstract class SimpleKey extends ObjectKey
 {
+    /** Version id for serializing. */
+    private static final long serialVersionUID = 1L;
+
     /**
      * Creates a SimpleKey equivalent to key
      * @param key the key value



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org