Merge "Sonar Major:Replace the type specification."
authorSteven Blimkie <Steven.Blimkie@amdocs.com>
Wed, 17 Jan 2018 14:29:00 +0000 (14:29 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 17 Jan 2018 14:29:00 +0000 (14:29 +0000)
src/main/java/org/onap/aai/modelloader/entity/model/AbstractModelArtifact.java

index a942cf6..4571345 100644 (file)
@@ -36,7 +36,7 @@ public abstract class AbstractModelArtifact extends Artifact {
                 
   private String modelNamespace;
   private String modelNamespaceVersion;
-       private Set<String> referencedModelIds = new HashSet<String>(); 
+       private Set<String> referencedModelIds = new HashSet<>(); 
 
        public AbstractModelArtifact(ArtifactType type) {
          super(type);