Remove trailing whitespace

This commit is contained in:
Gary Gregory 2023-07-11 17:10:22 -04:00
parent e589e2ba62
commit 844ac9001b
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ import org.apache.commons.lang3.ObjectUtils;
* calling {@link DiffResult#toString(ToStringStyle)}.
* </p>
* <p>
* See {@link ReflectionDiffBuilder} for a reflection based version of this class.
* See {@link ReflectionDiffBuilder} for a reflection based version of this class.
* </p>
*
* @param <T> type of the left and right object.

View File

@ -60,7 +60,7 @@ import org.apache.commons.lang3.reflect.FieldUtils;
* calling {@link DiffResult#toString(ToStringStyle)}.
* </p>
* <p>
* See {@link DiffBuilder} for a non-reflection based version of this class.
* See {@link DiffBuilder} for a non-reflection based version of this class.
* </p>
* @param <T>
* type of the left and right object to diff.