Remove trailing whitespace
This commit is contained in:
parent
c1955a2086
commit
3a854b01f6
|
@ -50,8 +50,7 @@ import org.apache.commons.lang3.function.FailablePredicate;
|
|||
* Exceptions, at least not checked Exceptions, AKA instances of {@link Exception}. This enforces the use of constructs
|
||||
* like:
|
||||
*
|
||||
* <pre>
|
||||
* {@code
|
||||
* <pre>{@code
|
||||
* Consumer<java.lang.reflect.Method> consumer = m -> {
|
||||
* try {
|
||||
* m.invoke(o, args);
|
||||
|
|
Loading…
Reference in New Issue