Remove trailing whitespace
This commit is contained in:
parent
e589e2ba62
commit
844ac9001b
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue