2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-06-17 06:10:51 -07:00

Removed unused imports

This commit is contained in:
Erik C. Thauvin 2023-10-01 10:30:50 -07:00
parent ec01a626ae
commit 4ac6490dec
5 changed files with 7 additions and 5 deletions

View file

@ -13,7 +13,6 @@ import java.util.List;
import java.util.function.Function;
import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertNull;
public class TestJUnitOperation {
@Test

View file

@ -19,7 +19,6 @@ import java.util.concurrent.TimeUnit;
import java.util.jar.JarFile;
import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertEquals;
public class TestUberJarOperation {
@Test

View file

@ -5,7 +5,6 @@
package rife.bld.operations;
import org.junit.jupiter.api.Test;
import rife.bld.dependencies.DependencyScopes;
import rife.bld.WebProject;
import rife.bld.dependencies.*;
import rife.tools.FileUtils;

View file

@ -15,7 +15,6 @@ import java.util.jar.JarFile;
import java.util.regex.Pattern;
import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertEquals;
public class TestWarOperation {
@Test