Delete obsolete interface

This commit is contained in:
Sam Brannen 2019-08-19 15:35:02 +02:00
parent 74ccfe3533
commit 4386bf05de
1 changed files with 0 additions and 10 deletions

View File

@ -74,14 +74,4 @@ public abstract class Assume {
assumeFalse(log.isDebugEnabled());
}
/**
* @since 4.2
*/
@FunctionalInterface
public interface Executable {
void execute() throws Exception;
}
}