Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ private void validateRichTextAttributeLimit(AtlasBusinessMetadataDef businessMet
throw new AtlasBaseException(AtlasErrorCode.INVALID_PARAMETERS,
String.format("Cannot create business metadata attributes. Total rich text attributes would exceed limit of %d. " +
"Current: %d, Attempting to add: %d, Limit: %d",
existingRichTextCount, newRichTextCount, limit, limit));
limit, existingRichTextCount, newRichTextCount, limit));
}
}

Expand Down
Loading