This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push: new ba67e88 Remove trailing whitespace. ba67e88 is described below commit ba67e88e35899ffd28c0b0d8651098538d1c84e1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Feb 20 16:55:51 2021 -0500 Remove trailing whitespace. --- src/main/java/org/apache/commons/lang3/time/DurationUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/lang3/time/DurationUtils.java b/src/main/java/org/apache/commons/lang3/time/DurationUtils.java index 5ac7f47..e7cb81e 100644 --- a/src/main/java/org/apache/commons/lang3/time/DurationUtils.java +++ b/src/main/java/org/apache/commons/lang3/time/DurationUtils.java @@ -110,7 +110,7 @@ public class DurationUtils { } /** - * 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}.