Skip to content

Commit

Permalink
Expand wildcard to conform to enforced best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Sep 7, 2024
1 parent 85e984c commit 4c86d58
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.time.Duration;
import java.util.*;
import java.util.ArrayList;
import java.util.Base64;
import java.util.List;
import java.util.Optional;
import java.util.stream.Collectors;

import static java.util.Objects.requireNonNull;
Expand Down

0 comments on commit 4c86d58

Please sign in to comment.