details:   /erp/devel/pi/rev/2517f0ee895c
changeset: 6551:2517f0ee895c
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Tue Mar 02 17:20:22 2010 +0100
summary:   fixed bug 12528: Hearbeat activation fails: ComplexityRate

diffstat:

 src/org/openbravo/erpCommon/utility/SystemInfo.java |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ba4cbeb3d8a7 -r 2517f0ee895c 
src/org/openbravo/erpCommon/utility/SystemInfo.java
--- a/src/org/openbravo/erpCommon/utility/SystemInfo.java       Tue Mar 02 
17:01:15 2010 +0100
+++ b/src/org/openbravo/erpCommon/utility/SystemInfo.java       Tue Mar 02 
17:20:22 2010 +0100
@@ -230,7 +230,7 @@
       result = "1";
     } else if (complexityRate > 2 && complexityRate < 7) {
       result = "2";
-    } else if (complexityRate > 7) {
+    } else {
       result = "3";
     }
     return result;

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to