This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
The following commit(s) were added to refs/heads/master by this push:
new 60a8aab Remove unused import
60a8aab is described below
commit 60a8aab515693e25805ca8c98026a72242da1c39
Author: Antoine Toulme <[email protected]>
AuthorDate: Fri May 3 17:18:21 2019 -0700
Remove unused import
---
crypto/src/test/java/org/apache/tuweni/crypto/HashTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/crypto/src/test/java/org/apache/tuweni/crypto/HashTest.java
b/crypto/src/test/java/org/apache/tuweni/crypto/HashTest.java
index 1cdea84..285c403 100644
--- a/crypto/src/test/java/org/apache/tuweni/crypto/HashTest.java
+++ b/crypto/src/test/java/org/apache/tuweni/crypto/HashTest.java
@@ -21,7 +21,6 @@ import org.apache.tuweni.junit.BouncyCastleExtension;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
-import java.nio.charset.StandardCharsets;
@ExtendWith(BouncyCastleExtension.class)
class HashTest {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]