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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/master by this push:
     new a9b1166b RAT-98: Rm unused import
a9b1166b is described below

commit a9b1166bb67f767ca952970c3a6a51d1f7a3f69c
Author: P. Ottlinger <[email protected]>
AuthorDate: Mon Feb 10 22:06:38 2025 +0100

    RAT-98: Rm unused import
---
 .../rat/config/exclusion/fileProcessors/AbstractIgnoreBuilderTest.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/apache-rat-core/src/test/java/org/apache/rat/config/exclusion/fileProcessors/AbstractIgnoreBuilderTest.java
 
b/apache-rat-core/src/test/java/org/apache/rat/config/exclusion/fileProcessors/AbstractIgnoreBuilderTest.java
index 09c330f8..f8d13752 100644
--- 
a/apache-rat-core/src/test/java/org/apache/rat/config/exclusion/fileProcessors/AbstractIgnoreBuilderTest.java
+++ 
b/apache-rat-core/src/test/java/org/apache/rat/config/exclusion/fileProcessors/AbstractIgnoreBuilderTest.java
@@ -20,13 +20,11 @@ package org.apache.rat.config.exclusion.fileProcessors;
 
 import java.nio.file.Path;
 import java.util.List;
-import java.util.stream.Stream;
 import org.apache.rat.config.exclusion.MatcherSet;
 import org.apache.rat.config.exclusion.plexus.SelectorUtils;
 import org.apache.rat.document.DocumentName;
 import org.apache.rat.document.DocumentNameMatcher;
 import org.apache.rat.document.DocumentNameMatcherTest;
-import org.apache.rat.document.FSInfoTest;
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.BeforeEach;
 import org.junit.jupiter.api.condition.EnabledOnOs;
@@ -37,7 +35,6 @@ import java.io.File;
 import java.io.FileWriter;
 import java.io.IOException;
 import java.io.PrintWriter;
-import org.junit.jupiter.params.provider.Arguments;
 
 import static org.assertj.core.api.Assertions.assertThat;
 

Reply via email to