Skip to content

Commit

Permalink
resolved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
PRATHAM2002-DS committed Jul 16, 2024
1 parent ab8a5dd commit 3827bed
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ private void processCreateStakeholderTitle(AtlasEntity entity) throws AtlasBaseE
if (CollectionUtils.isEmpty(domainQualifiedNames)) {
throw new AtlasBaseException(BAD_REQUEST, "Please provide attribute " + ATTR_DOMAIN_QUALIFIED_NAMES);
}

if (domainQualifiedNames.contains(NEW_STAR) || domainQualifiedNames.contains(STAR)) {
if (domainQualifiedNames.size() > 1) {

Expand Down

0 comments on commit 3827bed

Please sign in to comment.