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 054c234a9 Whitespace
054c234a9 is described below
commit 054c234a936560a18ff035e2d7f82540cff1947b
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 5 09:21:21 2023 -0400
Whitespace
---
src/main/java/org/apache/commons/lang3/function/Functions.java | 2 +-
src/main/java/org/apache/commons/lang3/time/CalendarUtils.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/org/apache/commons/lang3/function/Functions.java
b/src/main/java/org/apache/commons/lang3/function/Functions.java
index 97b82e761..80f3904ca 100644
--- a/src/main/java/org/apache/commons/lang3/function/Functions.java
+++ b/src/main/java/org/apache/commons/lang3/function/Functions.java
@@ -23,7 +23,7 @@ public class Functions {
/**
* Starts a fluent chain like {@code
function(foo::bar).andThen(...).andThen(...).apply(...);}
- *
+ *
* @param <T> Input type.
* @param <R> Return type.
* @param <E> The kind of thrown exception or error.
diff --git a/src/main/java/org/apache/commons/lang3/time/CalendarUtils.java
b/src/main/java/org/apache/commons/lang3/time/CalendarUtils.java
index eda1dfb57..ec5445229 100644
--- a/src/main/java/org/apache/commons/lang3/time/CalendarUtils.java
+++ b/src/main/java/org/apache/commons/lang3/time/CalendarUtils.java
@@ -40,7 +40,7 @@ public class CalendarUtils {
/**
* Creates a new instance based on the current time in the default time
zone with the default {@link Category#FORMAT} locale.
- *
+ *
* @return a new instance.
* @since 3.14.0
*/