Skip to content

Commit

Permalink
UBO-358 FSU040THUL-3822 Do not throw exception when object has both p…
Browse files Browse the repository at this point in the history
…arent and multiple children (#420)
  • Loading branch information
Possommi authored Sep 19, 2024
1 parent c08100e commit d4526e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ private void checkForParentMissingChild() {

private void checkHasBothChildrenAndParent() {
if ((parentID != null) && (!childLinks.isEmpty())) {
problemFound("has both parent and children", false);
LOGGER.warn("{} has both parent and children", oid);
}
}

Expand Down

0 comments on commit d4526e1

Please sign in to comment.