fixed code due to changes in dependency

This commit is contained in:
Luca Frosini 2019-11-15 12:04:12 +01:00
parent 44f3d2d84c
commit 2408c19e79
1 changed files with 2 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public class ContextCreator extends ContextElaborator {
}
@Override
/*
protected void elaborateContext(ScopeBean scopeBean) throws Exception {
UUID uuid = null;
try {
@ -121,6 +121,7 @@ public class ContextCreator extends ContextElaborator {
logger.info("Context {} is already present with UUID {}", scopeBean, uuid.toString());
}
}
*/
}