Skip to content

Commit

Permalink
ES-375 (mosip#450)
Browse files Browse the repository at this point in the history
Signed-off-by: ase-101 <[email protected]>
  • Loading branch information
ase-101 committed Jan 22, 2024
1 parent 2215a9b commit 4639f32
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class ClientManagementController {
/**
* @deprecated
* This method is no longer acceptable to create oidc client
* <p> Use {@link ClientManagementController#createClientV2(RequestWrapper<ClientDetailCreateRequest>)} </p>
* <p> Use {@link ClientManagementController#createOAuthClient(RequestWrapper<ClientDetailCreateRequest>)} </p>
*
* @param requestWrapper
* @return
Expand All @@ -63,7 +63,7 @@ public ResponseWrapper<ClientDetailResponse> createClient(
/**
* @deprecated
* This method is no longer acceptable to update oidc client
* <p> Use {@link ClientManagementController#updateClientV2(String, RequestWrapper<ClientDetailUpdateRequest>)} </p>
* <p> Use {@link ClientManagementController#updateOAuthClient(String, RequestWrapper<ClientDetailUpdateRequest>)} </p>
*
* @param requestWrapper
* @return
Expand Down

0 comments on commit 4639f32

Please sign in to comment.