trivial update to ModelViewEntity.java --------------------------------------
Key: OFBIZ-4523 URL: https://issues.apache.org/jira/browse/OFBIZ-4523 Project: OFBiz Issue Type: Bug Components: framework Affects Versions: SVN trunk Reporter: Leon Priority: Trivial Fix For: SVN trunk Since the relFieldName of ViewConditionExpr object could never been null, so correct comparation "this.relFieldName == null" to "UtilValidate.isEmpty(this.relFieldName)". -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira