diff options
author | Denis Lila <[email protected]> | 2011-03-09 13:51:48 -0500 |
---|---|---|
committer | Denis Lila <[email protected]> | 2011-03-09 13:51:48 -0500 |
commit | 6ff243cfc167e12284139913ddae9d274da34744 (patch) | |
tree | a46bcd71c7f71d140f21fc2ea00e60ca2d0961c5 /netx/net/sourceforge/jnlp/tools/JarSigner.java | |
parent | 6f229980c3dc475c67ca742a94950a9cbbcbd71f (diff) |
netx findbugs based refactoring.
Diffstat (limited to 'netx/net/sourceforge/jnlp/tools/JarSigner.java')
-rw-r--r-- | netx/net/sourceforge/jnlp/tools/JarSigner.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/netx/net/sourceforge/jnlp/tools/JarSigner.java b/netx/net/sourceforge/jnlp/tools/JarSigner.java index 14ca069..11bbbb5 100644 --- a/netx/net/sourceforge/jnlp/tools/JarSigner.java +++ b/netx/net/sourceforge/jnlp/tools/JarSigner.java @@ -425,9 +425,6 @@ public class JarSigner implements CertVerifier { details.add(detail); } - Hashtable<Certificate, String> storeHash = - new Hashtable<Certificate, String>(); - /** * signature-related files include: * . META-INF/MANIFEST.MF |