diff options
author | Bogumil Zebek <bogumil.zebek@nokia.com> | 2020-04-01 12:46:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-01 12:46:46 +0000 |
commit | 61319d09b01f8dadd1d511f9c8965589c0b9706c (patch) | |
tree | 3ece2534c42808b334d51f61d148e1a3d3ff56fa /certService/src | |
parent | 8f12ccef21cfd6c4849753af970e02bee3ab0c4b (diff) | |
parent | bf34e1f490e76cfc7f6b988c5cef1c161a055cd3 (diff) |
Merge "Fix sonar issue CertificationModelFactory"
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; |