[sdc] update to the current code base
[sdc.git] / catalog-model / src / main / java / org / openecomp / sdc / be / model / jsontitan / operations / ToscaElementLifecycleOperation.java
index 1397e81..ca0a51c 100644 (file)
@@ -992,6 +992,11 @@ public class ToscaElementLifecycleOperation extends BaseOperation {
                }
                return result;
        }
+       
+       //TODO remove after jsonModelMigration
+       public void resolveToscaComponentName(ComponentInstanceDataDefinition vfInst, Map<String, ToscaElement> origCompMap) {
+               fixToscaComponentName(vfInst, origCompMap);
+       }
 
        private boolean fixToscaComponentName(ComponentInstanceDataDefinition vfInst, Map<String, ToscaElement> origCompMap) {
                if (vfInst.getToscaComponentName() == null || vfInst.getToscaComponentName().isEmpty()) {