Skip to content

Commit

Permalink
Update the Ballerina file name
Browse files Browse the repository at this point in the history
  • Loading branch information
poorna2152 committed Jan 2, 2025
1 parent 9821794 commit 88e15c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ public enum DiagnosticCode {
LISTENER_SHAPE_VAR_NOT_ALLOWED("MIE005",
"defining variables with a type that has the shape of `Listener` is not allowed when the `wso2/mi` " +
"connector is in use.", ERROR),
MI_ANNOTATION_ADD("MI_HINT_001", "MI Annotation can be added", INTERNAL)
;
MI_ANNOTATION_ADD("MI_HINT_001", "MI Annotation can be added", INTERNAL);

private final String diagnosticId;
private final String message;
Expand Down

0 comments on commit 88e15c4

Please sign in to comment.