Skip to content

Commit f06bd2f

Browse files
committed
Merge branch '3.4.x' into 3.5.x
2 parents ca8ad95 + 3968d31 commit f06bd2f

File tree

1 file changed

+2
-1
lines changed
  • spring-boot-project/spring-boot/src/main/java/org/springframework/boot/util

1 file changed

+2
-1
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/util/LambdaSafe.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,10 @@ public <R> Stream<R> invokeAnd(Function<C, R> invoker) {
313313
*
314314
* @param <C> the callback type
315315
* @param <A> the primary argument type
316+
* @since 3.4.8
316317
*/
317318
@FunctionalInterface
318-
interface Filter<C, A> {
319+
public interface Filter<C, A> {
319320

320321
/**
321322
* Determine if the given callback matches and should be invoked.

0 commit comments

Comments
 (0)