minor formatting fix
This commit is contained in:
parent
88b2d41536
commit
76abbbdddc
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ public final class NodeManager {
|
||||||
node = null;
|
node = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// for database nodes, check if constraints are fulfilled
|
// for database nodes, check if constraints are fulfilled
|
||||||
} else if (!rel.usesPrimaryKey()) {
|
} else if (!rel.usesPrimaryKey()) {
|
||||||
if (!rel.checkConstraints(home, node)) {
|
if (!rel.checkConstraints(home, node)) {
|
||||||
node = null;
|
node = null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue