diff options
author | Oleksandr Moliavko <o.moliavko@samsung.com> | 2019-10-17 14:02:46 +0300 |
---|---|---|
committer | Oleksandr Moliavko <o.moliavko@samsung.com> | 2019-10-17 14:02:46 +0300 |
commit | f6f5eab91c8cae50624fce7a477451ba55c750b9 (patch) | |
tree | 18d8a4875e72335cc2130ea968c6d7611cd73790 /auth/auth-certman/src | |
parent | bc5f9dec37da59182034c1166a6a9d4150f40847 (diff) |
Removed unused class fields to prevent static
analyzer warnings
Issue-ID: AAF-837
Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com>
Change-Id: Ibf83cdf848af5b12cf2bc6db132446bfc7fc579b
Diffstat (limited to 'auth/auth-certman/src')
-rw-r--r-- | auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/ca/X509ChainWithIssuer.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/ca/X509ChainWithIssuer.java b/auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/ca/X509ChainWithIssuer.java index fde94b42..32fd906b 100644 --- a/auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/ca/X509ChainWithIssuer.java +++ b/auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/ca/X509ChainWithIssuer.java @@ -34,7 +34,6 @@ import org.onap.aaf.cadi.configure.Factory; public class X509ChainWithIssuer extends X509andChain { private String issuerDN; - public X509Certificate caX509; public X509ChainWithIssuer(X509ChainWithIssuer orig, X509Certificate x509) { super(x509,orig.trustChain); |