Skip to content

Commit

Permalink
chore: JavaDoc corrected. (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniotarricone authored Oct 19, 2024
1 parent 5c652c2 commit 6dc0575
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class AzureUserManagedIdentityClient implements AzureIdentityClient {
}

/**
* @see it.pagopa.swclient.mil.azureservices.identity.client.systemmanaged.AzureUserManagedIdentityRestClient#getAccessToken(String)
* @see it.pagopa.swclient.mil.azureservices.identity.client.usermanaged.AzureUserManagedIdentityRestClient#getAccessToken(String)
*/
@Override
public Uni<AccessToken> getAccessToken(String scope) {
Expand Down

0 comments on commit 6dc0575

Please sign in to comment.