svn propchange: r1195042 - svn:log

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn propchange: r1195042 - svn:log

jleroux@apache.org
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)".