Remove trailing whitespace.

This commit is contained in:
Gary Gregory 2021-02-20 16:55:51 -05:00
parent 3a35c53c6c
commit ba67e88e35
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ public static int toMillisInt(final Duration duration) {
}
/**
* Returns the given non-null value or {@link Duration#ZERO} if null.
* Returns the given non-null value or {@link Duration#ZERO} if null.
*
* @param duration The duration to test.
* @return The given duration or {@link Duration#ZERO}.