Delete obsolete interface
This commit is contained in:
parent
74ccfe3533
commit
4386bf05de
|
@ -74,14 +74,4 @@ public abstract class Assume {
|
||||||
assumeFalse(log.isDebugEnabled());
|
assumeFalse(log.isDebugEnabled());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @since 4.2
|
|
||||||
*/
|
|
||||||
@FunctionalInterface
|
|
||||||
public interface Executable {
|
|
||||||
|
|
||||||
void execute() throws Exception;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue