Fix sonar issue CertificationModelFactory
authoredyta <edyta.krukowska@nokia.com>
Tue, 31 Mar 2020 12:23:21 +0000 (14:23 +0200)
committeredyta <edyta.krukowska@nokia.com>
Tue, 31 Mar 2020 12:34:35 +0000 (14:34 +0200)
Issue-ID: AAF-1118
Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com>
Change-Id: Id1db506a107d2a3ebaf9b549902b66312002a9dc

certService/src/main/java/org/onap/aaf/certservice/certification/CertificationModelFactory.java

index 310f534..631d56e 100644 (file)
@@ -22,7 +22,6 @@ package org.onap.aaf.certservice.certification;
 
 import org.onap.aaf.certservice.certification.configuration.Cmpv2ServerProvider;
 import org.onap.aaf.certservice.certification.configuration.model.Cmpv2Server;
-import org.onap.aaf.certservice.certification.exception.Cmpv2ClientAdapterException;
 import org.onap.aaf.certservice.certification.exception.DecryptionException;
 import org.onap.aaf.certservice.certification.model.CertificationModel;
 import org.onap.aaf.certservice.certification.model.CsrModel;