Skip to content

Commit

Permalink
Fixed missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan committed Apr 25, 2024
1 parent 3169375 commit 79d5a04
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import java.util.Objects;
import java.util.concurrent.atomic.AtomicLong;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.stream.Stream;

import org.aksw.commons.lambda.throwing.ThrowingConsumer;
Expand Down

0 comments on commit 79d5a04

Please sign in to comment.