details:   https://code.openbravo.com/erp/devel/pi/rev/c67f0ce334d3
changeset: 33454:c67f0ce334d3
user:      David Miguelez <david.miguelez <at> openbravo.com>
date:      Thu Feb 15 16:42:01 2018 +0100
summary:   Related to issue 37852. Changed Exception name to e

diffstat:

 src/org/openbravo/event/ProductCharacteristicValueEventHandler.java |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 877547db1c2d -r c67f0ce334d3 
src/org/openbravo/event/ProductCharacteristicValueEventHandler.java
--- a/src/org/openbravo/event/ProductCharacteristicValueEventHandler.java       
Thu Feb 15 16:37:07 2018 +0100
+++ b/src/org/openbravo/event/ProductCharacteristicValueEventHandler.java       
Thu Feb 15 16:42:01 2018 +0100
@@ -108,7 +108,7 @@
         importEntryManager.createImportEntry(SequenceIdData.getUUID(), 
"VariantChDescUpdate",
             entryJson.toString(), true);
       }
-    } catch (JSONException ignore) {
+    } catch (JSONException e) {
       Log.error("Error in 
ProductCharacteristicValueEventHandler.onTransactionCompleted", e);
     }
   }

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to