Author: jleroux
Date: Mon Dec 11 18:06:40 2017
New Revision: 1817803
URL: http://svn.apache.org/viewvc?rev=1817803&view=rev
Log:
No functional change, damned hard day reviewing, these formattings I wanted to
keep
Modified:
ofbiz/ofbiz-framework/trunk/framework/entity/src/main/java/org/apache/ofbiz/entity/model/ModelReader.java
Modified:
ofbiz/ofbiz-framework/trunk/framework/entity/src/main/java/org/apache/ofbiz/entity/model/ModelReader.java
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/entity/src/main/java/org/apache/ofbiz/entity/model/ModelReader.java?rev=1817803&r1=1817802&r2=1817803&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/framework/entity/src/main/java/org/apache/ofbiz/entity/model/ModelReader.java
(original)
+++
ofbiz/ofbiz-framework/trunk/framework/entity/src/main/java/org/apache/ofbiz/entity/model/ModelReader.java
Mon Dec 11 18:06:40 2017
@@ -343,7 +343,9 @@ public class ModelReader implements Seri
Iterator<ModelRelation> relationsIter =
curModelEntity.getRelationsIterator();
while (relationsIter.hasNext()) {
ModelRelation modelRelation =
relationsIter.next();
- if (("one".equals(modelRelation.getType()) ||
"one-nofk".equals(modelRelation.getType())) && !modelRelation.isAutoRelation())
{
+ if (("one".equals(modelRelation.getType())
+ ||
"one-nofk".equals(modelRelation.getType()))
+ && !modelRelation.isAutoRelation()) {
ModelEntity relatedEnt = null;
try {
relatedEnt =
this.getModelEntity(modelRelation.getRelEntityName());
@@ -402,7 +404,8 @@ public class ModelReader implements Seri
} else {
if (newRel.equals(existingRelation)) {
// don't warn if the target
title+entity = current title+entity
- if (Debug.infoOn() && !(title +
curModelEntity.getEntityName()).equals(modelRelation.getTitle() +
modelRelation.getRelEntityName())) {
+ if (Debug.infoOn()
+ && !(title +
curModelEntity.getEntityName()).equals(modelRelation.getTitle() +
modelRelation.getRelEntityName())) {
// String errorMsg = "Relation
already exists to entity [] with title ["
// + targetTitle + "],from
entity []";
String message = "Entity [" +
relatedEnt.getPackageName() + ":" + relatedEnt.getEntityName()