JacquesLeRoux commented on a change in pull request #308:
URL: https://github.com/apache/ofbiz-framework/pull/308#discussion_r663535533



##########
File path: 
framework/entity/src/main/java/org/apache/ofbiz/entity/util/EntityCrypto.java
##########
@@ -110,16 +110,6 @@ public String encrypt(String keyName, EncryptMethod 
encryptMethod, Object obj) t
         }
     }
 

Review comment:
       I think we need to keep this one

##########
File path: 
framework/entity/src/main/java/org/apache/ofbiz/entity/model/ModelReader.java
##########
@@ -225,8 +224,7 @@ private ModelEntity buildEntity(ResourceHandler 
entityResourceHandler, Element c
                             throw new GenericEntityConfException("Could not 
get document for " + entityResourceHandler.toString());
                         }
 
-                        // utilTimer.timerString("Before getDocumentElement in 
" +

Review comment:
       Hi Eugen,
   
   Do we really need this one?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to