diff options
author | Jonathan Gathman <jonathan.gathman@att.com> | 2019-01-03 16:30:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-03 16:30:55 +0000 |
commit | 1c5a9a2adec0370b2a51dffb42a76012095a5da0 (patch) | |
tree | ffb2b1719a6b1579963c47812dd81626d12a0710 /auth | |
parent | ee734612072b7bf66f7c65fc1b1488b53c2c38ba (diff) | |
parent | f8d3555638b8ff7c96a17789c9bb1f6b9a40e5ef (diff) |
Merge "Sonar fix: CertResp.java"
Diffstat (limited to 'auth')
-rw-r--r-- | auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/data/CertResp.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/data/CertResp.java b/auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/data/CertResp.java index 71ccf3c7..9017763a 100644 --- a/auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/data/CertResp.java +++ b/auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/data/CertResp.java @@ -3,6 +3,8 @@ * org.onap.aaf * =========================================================================== * Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. + * + * Modifications Copyright (C) 2018 IBM. * =========================================================================== * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +24,6 @@ package org.onap.aaf.auth.cm.data; import java.io.IOException; -import java.security.GeneralSecurityException; import java.security.KeyPair; import java.security.cert.X509Certificate; |