logger use current class

This commit is contained in:
Sanket.Ghenand@tomtom.com
2021-04-13 07:31:10 +05:30
committed by Ehren Kret
parent 37bda0b035
commit 14f5271c20
3 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ public class BaseAccountAuthenticator {
private static final String IS_PRIMARY_DEVICE_TAG = "isPrimary";
private final Logger logger = LoggerFactory.getLogger(AccountAuthenticator.class);
private final Logger logger = LoggerFactory.getLogger(BaseAccountAuthenticator.class);
private final AccountsManager accountsManager;
private final Clock clock;