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 Sun Oct 30 09:03:18 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sun Oct 30 09:03:18 2011
@@ -1,3 +1,3 @@
-A patch from Keon "trivial update to ModelViewEntity.java" https://issues.apache.org/jira/browse/OFBIZ-4523
+A patch from Leon "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)".