Skip to content

Commit

Permalink
Switch to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Jan 30, 2024
1 parent f3b1b5e commit 470359d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/bakdata/util/seq2/PairSeq.java
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ default <R> Seq2<R> flatMapToOptional(
@Override
@Deprecated
default void forEach(final Consumer<? super Tuple2<K, V>> action) {
this.toSeq2().forEach(action);
BaseSeq.super.forEach(action);
}

/**
Expand Down

0 comments on commit 470359d

Please sign in to comment.