details:   https://code.openbravo.com/erp/devel/pi/rev/b5d3e86fb097
changeset: 13816:b5d3e86fb097
user:      Martin Taal <martin.taal <at> openbravo.com>
date:      Thu Sep 22 16:13:14 2011 +0200
summary:   Removed double if, solved source warning

diffstat:

 src/org/openbravo/dal/xml/EntityResolver.java |  3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diffs (13 lines):

diff -r 54746e125093 -r b5d3e86fb097 
src/org/openbravo/dal/xml/EntityResolver.java
--- a/src/org/openbravo/dal/xml/EntityResolver.java     Thu Sep 22 14:42:32 
2011 +0200
+++ b/src/org/openbravo/dal/xml/EntityResolver.java     Thu Sep 22 16:13:14 
2011 +0200
@@ -132,9 +132,6 @@
       if (result != null) {
         return result;
       }
-      if (result != null) {
-        return result;
-      }
 
       result = searchInstance(entity, id);
     }

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to