X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fesr-server.git;a=blobdiff_plain;f=esr-mgr%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Faai%2Fesr%2Fentity%2Faai%2FEsrThirdpartySdncDetailTest.java;h=7985d55750cebf7cf97836ff710b72a28b2ae3cb;hp=e83a6f9b9e157d5657c6b887d4d6db2ca1d0410d;hb=769718b3e8b4e659299602701b575cf1b4b182c5;hpb=3ca84f4c73c5996a2cc5d4372d70f1e7bce5cf0f diff --git a/esr-mgr/src/test/java/org/onap/aai/esr/entity/aai/EsrThirdpartySdncDetailTest.java b/esr-mgr/src/test/java/org/onap/aai/esr/entity/aai/EsrThirdpartySdncDetailTest.java index e83a6f9..7985d55 100644 --- a/esr-mgr/src/test/java/org/onap/aai/esr/entity/aai/EsrThirdpartySdncDetailTest.java +++ b/esr-mgr/src/test/java/org/onap/aai/esr/entity/aai/EsrThirdpartySdncDetailTest.java @@ -18,6 +18,7 @@ package org.onap.aai.esr.entity.aai; import static org.junit.Assert.assertEquals; import java.util.ArrayList; +import java.util.List; import org.junit.Test; @@ -57,7 +58,7 @@ public class EsrThirdpartySdncDetailTest { @Test public void getterAndSetter4esrSystemInfoList(){ final EsrSystemInfoList esrSystemInfoList = new EsrSystemInfoList(); - ArrayList esrSystemInfo = new ArrayList(); + List esrSystemInfo = new ArrayList<>(); EsrSystemInfo esrSystemInfoObj = new EsrSystemInfo(); esrSystemInfoObj.setEsrSystemInfoId("123"); esrSystemInfo.add(esrSystemInfoObj );