Skip to content

Commit

Permalink
#21697 adding a minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
jdotcms committed Apr 13, 2022
1 parent 0af1f06 commit 71730e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public ContentType copyFrom(final CopyContentTypeBean copyContentTypeBean) throw

if (LicenseManager.getInstance().isCommunity()) {

throw new InvalidLicenseException("An enterprise license is required to copy content type");
throw new InvalidLicenseException("An enterprise license is required to copy content type");
}

final ContentType sourceContentType = copyContentTypeBean.getSourceContentType();
Expand Down

0 comments on commit 71730e1

Please sign in to comment.