You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/08/30 08:50:51 UTC

[camel] branch main updated: Regen for commit 8a972166d90f6da39161859df5faeb9360a23b74

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new c545ebe31bb Regen for commit 8a972166d90f6da39161859df5faeb9360a23b74
c545ebe31bb is described below

commit c545ebe31bbeaf913f70f98fb29677a6369caffc
Author: davsclaus <da...@users.noreply.github.com>
AuthorDate: Tue Aug 30 08:45:18 2022 +0000

    Regen for commit 8a972166d90f6da39161859df5faeb9360a23b74
    
    Signed-off-by: GitHub <no...@github.com>
---
 core/camel-util/src/main/java/org/apache/camel/util/TimeUtils.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/camel-util/src/main/java/org/apache/camel/util/TimeUtils.java b/core/camel-util/src/main/java/org/apache/camel/util/TimeUtils.java
index 4fda283a9f0..b1e529aa830 100644
--- a/core/camel-util/src/main/java/org/apache/camel/util/TimeUtils.java
+++ b/core/camel-util/src/main/java/org/apache/camel/util/TimeUtils.java
@@ -156,8 +156,8 @@ public final class TimeUtils {
     /**
      * Converts to milliseconds.
      *
-     * @param source duration which can be in text format such as 15s
-     * @return time in millis, will return 0 if the input is null or empty
+     * @param  source duration which can be in text format such as 15s
+     * @return        time in millis, will return 0 if the input is null or empty
      */
     public static long toMilliSeconds(String source) {
         if (source == null || source.isEmpty()) {