details: https://code.openbravo.com/erp/devel/pi/rev/3615cc2bb421
changeset: 33458:3615cc2bb421
user: David Miguelez <david.miguelez <at> openbravo.com>
date: Fri Feb 16 12:08:35 2018 +0100
summary: Related to Issue 37852. Removed wrong import of Log class and changed
variable to use the proper org.slf4j.Logger class
diffstat:
src/org/openbravo/event/ProductCharacteristicValueEventHandler.java | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r e175a39a03a5 -r 3615cc2bb421
src/org/openbravo/event/ProductCharacteristicValueEventHandler.java
--- a/src/org/openbravo/event/ProductCharacteristicValueEventHandler.java
Fri Feb 16 09:03:06 2018 +0100
+++ b/src/org/openbravo/event/ProductCharacteristicValueEventHandler.java
Fri Feb 16 12:08:35 2018 +0100
@@ -28,7 +28,6 @@
import org.codehaus.jettison.json.JSONArray;
import org.codehaus.jettison.json.JSONException;
import org.codehaus.jettison.json.JSONObject;
-import org.jfree.util.Log;
import org.openbravo.base.model.Entity;
import org.openbravo.base.model.ModelProvider;
import org.openbravo.client.kernel.event.EntityDeleteEvent;
@@ -109,7 +108,7 @@
entryJson.toString(), true);
}
} catch (JSONException e) {
- Log.error("Error in
ProductCharacteristicValueEventHandler.onTransactionCompleted", e);
+ logger.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