details:   https://code.openbravo.com/erp/devel/pi/rev/e14339104a70
changeset: 33543:e14339104a70
user:      David Miguelez <david.miguelez <at> openbravo.com>
date:      Thu Feb 22 10:04:21 2018 +0100
summary:   Related to Issue 37852. Changed definition of Logger from protected
to private static

diffstat:

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

diffs (13 lines):

diff -r 2863ed7b271c -r e14339104a70 
src/org/openbravo/event/ProductCharacteristicValueEventHandler.java
--- a/src/org/openbravo/event/ProductCharacteristicValueEventHandler.java       
Wed Feb 21 10:30:37 2018 +0100
+++ b/src/org/openbravo/event/ProductCharacteristicValueEventHandler.java       
Thu Feb 22 10:04:21 2018 +0100
@@ -45,7 +45,8 @@
 
 public class ProductCharacteristicValueEventHandler extends 
EntityPersistenceEventObserver {
   private static final int IMPORT_ENTRY_SIZE = 100;
-  protected Logger logger = LoggerFactory.getLogger(this.getClass());
+  private static Logger logger = LoggerFactory
+      .getLogger(ProductCharacteristicValueEventHandler.class);
   private static Entity[] entities = { ModelProvider.getInstance().getEntity(
       ProductCharacteristicValue.ENTITY_NAME) };
   private static ThreadLocal<Set<String>> prodchvalueUpdated = new 
ThreadLocal<Set<String>>();

------------------------------------------------------------------------------
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
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to