Skip to content

Commit

Permalink
Code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
sadilchamishka committed Nov 18, 2024
1 parent 30a80d4 commit e329828
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,6 @@ private void validateOrganizationNameField(String organizationName) throws Organ
if (hasHtmlContent(organizationName)) {
throw handleClientException(ERROR_CODE_ORGANIZATION_NAME_CONTAINS_HTML_CONTENT);
}

}

private void validateParentOrganization(Organization organization) throws OrganizationManagementException {
Expand Down

0 comments on commit e329828

Please sign in to comment.