[SDC-29] rebase continue work to align source
[sdc.git] / catalog-model / src / main / java / org / openecomp / sdc / be / model / tosca / converters / ToscaMapValueConverter.java
index 80b8779..14f6365 100644 (file)
@@ -168,7 +168,7 @@ public class ToscaMapValueConverter extends ToscaValueBaseConverter implements T
                                return handleComplexJsonValue(entryValue);
                        }
                        
-                       // Tal G ticket 228696523 created   / DE272734 / Bug 154492 Fix
+                       // ticket 228696523 created   / DE272734 / Bug 154492 Fix
                        if(entryValue instanceof JsonArray) {
                                ArrayList<Object> toscaObjectPresentationArray = new ArrayList<>();
                                JsonArray jsonArray = entryValue.getAsJsonArray();