Remove trailing whitespace

This commit is contained in:
Gary Gregory 2024-07-29 19:04:16 -04:00
parent c1955a2086
commit 3a854b01f6
6 changed files with 8 additions and 9 deletions

View File

@ -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);