fixing code

This commit is contained in:
Luca Frosini 2022-02-28 17:07:46 +01:00
parent 15748c727a
commit 5fda71ee60
1 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,7 @@ public class SecretManagerProvider {
@Override
protected SecretManager initialValue() {
logger.trace("Creating SecretManager of Thread with name '{}' and id '{}'", Thread.currentThread().getName(), Thread.currentThread().getId());
return new SecretManager();
return null;
}
};