Fixing initialization
This commit is contained in:
parent
0ad98ddbf9
commit
d35e7c6939
|
@ -35,7 +35,7 @@ public class ResourceManager implements ApplicationManager {
|
|||
return;
|
||||
}
|
||||
|
||||
String context = ""; // SecretManagerProvider.get().getContext();
|
||||
String context = SecretManagerProvider.get().getContext();
|
||||
|
||||
logger.trace(
|
||||
"\n-------------------------------------------------------\n"
|
||||
|
@ -45,7 +45,7 @@ public class ResourceManager implements ApplicationManager {
|
|||
|
||||
ApplicationContext applicationContext = ContextProvider.get();
|
||||
String rmEServiceID = applicationContext.id();
|
||||
logger.info("Resource Manager ahs the following ID {}", rmEServiceID);
|
||||
logger.info("Resource Manager has the following ID {}", rmEServiceID);
|
||||
|
||||
|
||||
logger.trace(
|
||||
|
|
Loading…
Reference in New Issue