Remove trailing whitespace.

This commit is contained in:
Gary Gregory 2021-02-07 10:58:58 -05:00
parent 63d7c27bef
commit 92529ed903
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ import org.apache.commons.lang3.ObjectUtils;
* can't, and the Java compiler confirms this.(An alternative to redundancy
* would have been to change the {@code ObjectUtils} class. However, that
* would mean loosing upwards compatibility, and we don't do that.)
*
*
* @since 3.12
*/
public class Objects {