Replace explicit type with dimond type
[so.git] / adapters / mso-adapter-utils / src / main / java / org / openecomp / mso / openstack / utils / MsoHeatUtils.java
index 46cfbf1..c438d0a 100644 (file)
@@ -1436,7 +1436,7 @@ public class MsoHeatUtils extends MsoCommonUtils {
                
                if (inputs == null) {
                        LOGGER.debug("convertInputMap - inputs is null - nothing to do here");
-                       return new HashMap<String, Object>();
+                       return new HashMap<>();
                }
                
                LOGGER.debug("convertInputMap in MsoHeatUtils called, with " + inputs.size() + " inputs, and template " + template.getArtifactUuid());