details:   /erp/devel/pi/rev/fc05b13dc731
changeset: 10567:fc05b13dc731
user:      Martin Taal <martin.taal <at> openbravo.com>
date:      Fri Feb 11 12:24:43 2011 +0100
summary:   Solve api-violation

diffstat:

 
modules/org.openbravo.service.json/src/org/openbravo/service/json/JsonToDataConverter.java
 |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 9d4908ec7ce1 -r fc05b13dc731 
modules/org.openbravo.service.json/src/org/openbravo/service/json/JsonToDataConverter.java
--- 
a/modules/org.openbravo.service.json/src/org/openbravo/service/json/JsonToDataConverter.java
        Fri Feb 11 11:58:47 2011 +0100
+++ 
b/modules/org.openbravo.service.json/src/org/openbravo/service/json/JsonToDataConverter.java
        Fri Feb 11 12:24:43 2011 +0100
@@ -691,6 +691,10 @@
     return c2.getTimeInMillis() == c1.getTimeInMillis();
   }
 
+  protected boolean areDatesEqual(Date d1, Date d2, boolean isDatetime) {
+    return this.areDatesEqual(d1, d2, isDatetime, false);
+  }
+
   /**
    * Determines if a property can be converted from json to a value stored in 
the database.
    * Properties which are not updatable (and the object is not new) are not 
converted, the same for

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to