Skip to content

Commit 5a68d1f

Browse files
committedJan 14, 2025
Remove @⁠FunctionalInterface declaration from BeanOverrideProcessor
Closes gh-34259
1 parent ff9b767 commit 5a68d1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎spring-test/src/main/java/org/springframework/test/context/bean/override/BeanOverrideProcessor.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2024 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -36,7 +36,6 @@
3636
* @author Sam Brannen
3737
* @since 6.2
3838
*/
39-
@FunctionalInterface
4039
public interface BeanOverrideProcessor {
4140

4241
/**

0 commit comments

Comments
 (0)
Please sign in to comment.