minimal formatting fix
This commit is contained in:
parent
d8697dd762
commit
3f7180ae21
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ public final class Node implements INode, Serializable {
|
||||||
if (rel.reftype != Relation.PRIMITIVE && rel.reftype != Relation.REFERENCE)
|
if (rel.reftype != Relation.PRIMITIVE && rel.reftype != Relation.REFERENCE)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
Value val = rec.getValue (rel.getDbField ());
|
Value val = rec.getValue (rel.getDbField ());
|
||||||
|
|
||||||
if (val.isNull ())
|
if (val.isNull ())
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Add table
Reference in a new issue