minor formatting fix

This commit is contained in:
hns 2003-11-21 10:56:27 +00:00
parent 88b2d41536
commit 76abbbdddc

View file

@ -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;