Skip to content

Commit

Permalink
Delete extra space from exception message (elastic#98516)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikatsarkar056 authored Aug 16, 2023
1 parent 0ab932f commit 2383cbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public static ElasticsearchSecurityException newComplianceException(XPackLicense
"Current license is non-compliant for "
+ product.getName()
+ ". Current license is {}. "
+ " This feature requires an active trial, platinum or enterprise license.",
+ "This feature requires an active trial, platinum or enterprise license.",
RestStatus.FORBIDDEN,
licenseStatus
);
Expand Down

0 comments on commit 2383cbc

Please sign in to comment.