Skip to content

Commit

Permalink
Merge pull request #1694 from lnash94/fix-rc1
Browse files Browse the repository at this point in the history
[master] Fix for RC1 pack
  • Loading branch information
lnash94 committed Apr 24, 2024
2 parents c1e20e7 + e033d8b commit 63fe793
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/
public enum ConstraintDiagnosticMessages {
OAS_CONSTRAINT_101("OAS_CONSTRAINT_101",
"WARNING: constraints in the OpenAPI contract will be ignored for the " +
"constraints in the OpenAPI contract will be ignored for the " +
"field `%s`, as constraints are not supported on Ballerina union types.",
DiagnosticSeverity.WARNING),
OAS_CONSTRAINT_102("OAS_CONSTRAINT_102", "skipped generation for unsupported pattern" +
Expand Down

0 comments on commit 63fe793

Please sign in to comment.