details:   /erp/devel/pi/rev/4bbff8be6a4c
changeset: 9826:4bbff8be6a4c
user:      Martin Taal <martin.taal <at> openbravo.com>
date:      Fri Jan 14 20:05:05 2011 +0100
summary:   Solved warning in source code

diffstat:

 src/org/openbravo/base/structure/DynamicOBObject.java |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r e7886363d071 -r 4bbff8be6a4c 
src/org/openbravo/base/structure/DynamicOBObject.java
--- a/src/org/openbravo/base/structure/DynamicOBObject.java     Fri Jan 14 
20:03:38 2011 +0100
+++ b/src/org/openbravo/base/structure/DynamicOBObject.java     Fri Jan 14 
20:05:05 2011 +0100
@@ -11,7 +11,7 @@
  * under the License. 
  * The Original Code is Openbravo ERP. 
  * The Initial Developer of the Original Code is Openbravo SLU 
- * All portions are Copyright (C) 2008 Openbravo SLU 
+ * All portions are Copyright (C) 2008-2011 Openbravo SLU 
  * All Rights Reserved. 
  * Contributor(s):  ______________________________________.
  ************************************************************************
@@ -39,6 +39,8 @@
 public class DynamicOBObject extends BaseOBObject implements Traceable, 
ClientEnabled,
     OrganizationEnabled {
 
+  private static final long serialVersionUID = 1L;
+
   private String entityName;
 
   public boolean isNew() {

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to