Author: tfischer
Date: Sun Dec 11 20:01:05 2011
New Revision: 1213050

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

Modified:
    
db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/sql/OrderBy.java

Modified: 
db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/sql/OrderBy.java
URL: 
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/sql/OrderBy.java?rev=1213050&r1=1213049&r2=1213050&view=diff
==============================================================================
--- 
db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/sql/OrderBy.java
 (original)
+++ 
db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/sql/OrderBy.java
 Sun Dec 11 20:01:05 2011
@@ -33,6 +33,9 @@ import org.apache.torque.util.SqlEnum;
  */
 public class OrderBy implements Serializable
 {
+    /** SerialVersionUID. */
+    private static final long serialVersionUID = 1L;
+
     /** The column to order by. */
     private Column column;
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to