You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2011/10/29 23:21:23 UTC

svn propchange: r1195042 - svn:log

Author: jleroux
Revision: 1195042
Modified property: svn:log

Modified: svn:log at Sat Oct 29 21:21:23 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Oct 29 21:21:23 2011
@@ -1 +1,3 @@
 A patch from Keon "trivial update to ModelViewEntity.java" https://issues.apache.org/jira/browse/OFBIZ-4523
+
+Since the relFieldName of ViewConditionExpr object can never be null, so correct comparison "this.relFieldName == null" to "UtilValidate.isEmpty(this.relFieldName)".