Skip to content

Commit

Permalink
fix: remove wrapper to solve 'annotation repetitions should not be wr…
Browse files Browse the repository at this point in the history
…apped' warning of sonar
  • Loading branch information
yildizmy committed Apr 8, 2023
1 parent 055bf67 commit d5978c0
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
contact = @Contact(name = "yildizmy")),
security = {@SecurityRequirement(name = "bearerToken")}
)
@SecuritySchemes({
@SecurityScheme(name = "bearerToken", type = SecuritySchemeType.HTTP, scheme = "bearer", bearerFormat = "JWT")
})
@SecurityScheme(name = "bearerToken", type = SecuritySchemeType.HTTP, scheme = "bearer", bearerFormat = "JWT")
public class OpenApiConfig {
}

0 comments on commit d5978c0

Please sign in to comment.