From: edyta Date: Tue, 31 Mar 2020 10:00:48 +0000 (+0200) Subject: Fix sonar issue X-Git-Tag: 1.0.0~19 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=88f5f147c47799078347c5dbbb94f35413fc47b6;p=oom%2Fplatform%2Fcert-service.git Fix sonar issue Issue-ID: AAF-1118 Signed-off-by: edyta Change-Id: I70590b305264ac5084cbf51f954db22da675f746 --- diff --git a/certService/src/main/java/org/onap/aaf/certservice/certification/CertificationModelFactory.java b/certService/src/main/java/org/onap/aaf/certservice/certification/CertificationModelFactory.java index 73661a0b..310f534d 100644 --- a/certService/src/main/java/org/onap/aaf/certservice/certification/CertificationModelFactory.java +++ b/certService/src/main/java/org/onap/aaf/certservice/certification/CertificationModelFactory.java @@ -53,7 +53,7 @@ public class CertificationModelFactory { } public CertificationModel createCertificationModel(String encodedCsr, String encodedPrivateKey, String caName) - throws DecryptionException, CmpClientException, Cmpv2ClientAdapterException { + throws DecryptionException, CmpClientException { CsrModel csrModel = csrModelFactory.createCsrModel( new CsrModelFactory.StringBase64(encodedCsr), new CsrModelFactory.StringBase64(encodedPrivateKey)