diff options
author | edyta <edyta.krukowska@nokia.com> | 2020-03-31 12:00:48 +0200 |
---|---|---|
committer | edyta <edyta.krukowska@nokia.com> | 2020-03-31 12:25:51 +0200 |
commit | 88f5f147c47799078347c5dbbb94f35413fc47b6 (patch) | |
tree | 06a11ad74cdf9d1e864c4f4cdd71caf4047c956e /certService/src | |
parent | 80a7b9f01127619165883fa55e2c3a671f007c89 (diff) |
Fix sonar issue
Issue-ID: AAF-1118
Signed-off-by: edyta <edyta.krukowska@nokia.com>
Change-Id: I70590b305264ac5084cbf51f954db22da675f746
Diffstat (limited to 'certService/src')
-rw-r--r-- | certService/src/main/java/org/onap/aaf/certservice/certification/CertificationModelFactory.java | 2 |
1 files changed, 1 insertions, 1 deletions
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) |