We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2688342 commit 14db1adCopy full SHA for 14db1ad
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/util/LambdaSafe.java
@@ -146,8 +146,9 @@ public SELF withLogger(Log logger) {
146
* type.
147
* @param filter the filter to use
148
* @return this instance
149
+ * @since 3.4.8
150
*/
- SELF withFilter(Filter<C, A> filter) {
151
+ public SELF withFilter(Filter<C, A> filter) {
152
Assert.notNull(filter, "Filter must not be null");
153
this.filter = filter;
154
return self();
0 commit comments