You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2020/09/13 19:41:36 UTC

[jmeter] branch master updated: Remove unused import

This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 967092e  Remove unused import
967092e is described below

commit 967092ea14268df895338f7e8c31cfb8f18f2f04
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sun Sep 13 21:41:22 2020 +0200

    Remove unused import
---
 .../src/main/java/org/apache/jmeter/assertions/SMIMEAssertion.java       | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/components/src/main/java/org/apache/jmeter/assertions/SMIMEAssertion.java b/src/components/src/main/java/org/apache/jmeter/assertions/SMIMEAssertion.java
index e0b97e2..5f6729b 100644
--- a/src/components/src/main/java/org/apache/jmeter/assertions/SMIMEAssertion.java
+++ b/src/components/src/main/java/org/apache/jmeter/assertions/SMIMEAssertion.java
@@ -25,7 +25,6 @@ import java.io.InputStream;
 import java.math.BigInteger;
 import java.security.GeneralSecurityException;
 import java.security.Security;
-import java.security.cert.CertificateEncodingException;
 import java.security.cert.CertificateException;
 import java.security.cert.CertificateFactory;
 import java.security.cert.X509Certificate;