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