Skip to content

Commit

Permalink
Remove deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK committed Aug 12, 2024
1 parent a35bf4e commit 71e85df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ballerina/http_annotation.bal
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public type HttpServiceConfig record {|
ListenerAuthConfig[] auth?;
string mediaTypeSubtypePrefix?;
boolean treatNilableAsOptional = true;
@deprecated
byte[] openApiDefinition = [];
boolean validation = true;
typedesc<ServiceContract> serviceType?;
Expand Down

0 comments on commit 71e85df

Please sign in to comment.