Merge from ECOMP's repository
[vid.git] / vid-app-common / src / main / java / org / onap / vid / asdc / beans / tosca / SubstitutionMappings.java
index 70779c5..4ce3023 100644 (file)
@@ -41,8 +41,8 @@ public class SubstitutionMappings {
         * Instantiates a new substitution mappings.
         */
        public SubstitutionMappings() {
-               capabilities = new HashMap<String, Object> ();
-               requirements = new HashMap<String, Object> ();
+               capabilities = new HashMap<> ();
+               requirements = new HashMap<> ();
        }
        
        /**