You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/05/01 12:46:12 UTC

[commons-bcel] 43/49: Remove unused import.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git

commit b24126e1f19b39e9f41908a4c95061bd7cbb8770
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun May 1 08:39:07 2022 -0400

    Remove unused import.
---
 src/test/java/org/apache/bcel/PLSETestCase.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/test/java/org/apache/bcel/PLSETestCase.java b/src/test/java/org/apache/bcel/PLSETestCase.java
index a3a2a80f..90b26471 100644
--- a/src/test/java/org/apache/bcel/PLSETestCase.java
+++ b/src/test/java/org/apache/bcel/PLSETestCase.java
@@ -37,8 +37,6 @@ import org.junit.jupiter.api.Test;
 
 import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.junit.jupiter.api.Assertions.assertFalse;
-import static org.junit.jupiter.api.Assertions.assertTrue;
-
 import java.util.stream.Stream;
 
 public class PLSETestCase extends AbstractTestCase