Skip to content

Commit

Permalink
feat(policy-api):[#639] fix checkstyle error
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf committed Jul 8, 2024
1 parent b09c53e commit 2f10cee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public Map<String, List<PolicyResponse>> getPolicies(//
- **Paging:**
Example: `page=1&size=20`
""",//
""", //
security = @SecurityRequirement(name = API_KEY), //
tags = { POLICY_API_TAG }, //
responses = { //
Expand Down

0 comments on commit 2f10cee

Please sign in to comment.