fix logger class
This commit is contained in:
parent
603052c594
commit
b72b01bb9d
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ import java.util.Map;
|
|||
*/
|
||||
public class ClientIdAndSecretCredentialsProvider implements ClientCredentialsProvider {
|
||||
|
||||
private static Logger logger = Logger.getLogger(ClientCredentialsProviderUtils.class);
|
||||
private static Logger logger = Logger.getLogger(ClientIdAndSecretCredentialsProvider.class);
|
||||
|
||||
public static final String PROVIDER_ID = CredentialRepresentation.SECRET;
|
||||
|
||||
|
|
Loading…
Reference in a new issue