mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Make ExceptionCollector.Executable public
See gh-27316
This commit is contained in:
@@ -118,7 +118,7 @@ public class ExceptionCollector {
|
||||
* except that an {@code Executable} can throw any kind of exception.
|
||||
*/
|
||||
@FunctionalInterface
|
||||
interface Executable {
|
||||
public interface Executable {
|
||||
|
||||
void execute() throws Throwable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user