Browse Source

Make ExceptionCollector.Executable public

See gh-27316
pull/27319/head
Sam Brannen 4 years ago
parent
commit
4c153b80ee
  1. 2
      spring-test/src/main/java/org/springframework/test/util/ExceptionCollector.java

2
spring-test/src/main/java/org/springframework/test/util/ExceptionCollector.java

@ -118,7 +118,7 @@ public class ExceptionCollector { @@ -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;

Loading…
Cancel
Save