diff options
author | edyta <edyta.krukowska@nokia.com> | 2020-03-31 14:23:21 +0200 |
---|---|---|
committer | edyta <edyta.krukowska@nokia.com> | 2020-03-31 14:34:35 +0200 |
commit | bf34e1f490e76cfc7f6b988c5cef1c161a055cd3 (patch) | |
tree | 13e6c9791745b378709b5a08fbf4f620dfa47b03 /certService/src | |
parent | 88f5f147c47799078347c5dbbb94f35413fc47b6 (diff) |
Fix sonar issue CertificationModelFactory
Issue-ID: AAF-1118
Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com>
Change-Id: Id1db506a107d2a3ebaf9b549902b66312002a9dc
Diffstat (limited to 'certService/src')
-rw-r--r-- | certService/src/main/java/org/onap/aaf/certservice/certification/CertificationModelFactory.java | 1 |
1 files changed, 0 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 310f534d..631d56ef 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 @@ -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; |