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

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


The following commit(s) were added to refs/heads/feature/RAT-369 by this push:
     new 2136362d RAT-369: Revert star-import
2136362d is described below

commit 2136362d9f4834d6f341b5e6adc7fb6d4c9eb91e
Author: P. Ottlinger <pottlin...@apache.org>
AuthorDate: Sat May 4 15:55:10 2024 +0200

    RAT-369: Revert star-import
---
 .../main/java/org/apache/rat/mp/util/ignore/GlobIgnoreMatcher.java  | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git 
a/apache-rat-plugin/src/main/java/org/apache/rat/mp/util/ignore/GlobIgnoreMatcher.java
 
b/apache-rat-plugin/src/main/java/org/apache/rat/mp/util/ignore/GlobIgnoreMatcher.java
index 76321343..75728013 100644
--- 
a/apache-rat-plugin/src/main/java/org/apache/rat/mp/util/ignore/GlobIgnoreMatcher.java
+++ 
b/apache-rat-plugin/src/main/java/org/apache/rat/mp/util/ignore/GlobIgnoreMatcher.java
@@ -25,7 +25,11 @@ import java.io.BufferedReader;
 import java.io.File;
 import java.io.FileReader;
 import java.io.IOException;
-import java.util.*;
+import java.util.ArrayList;
+import java.util.Arrays;
+import java.util.Collection;
+import java.util.List;
+import java.util.Optional;
 
 public class GlobIgnoreMatcher implements IgnoreMatcher {
 

Reply via email to