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 18a04c63b96 Regen for commit 90fe4e194b354fa3c6ee3f773441dc9bfb01ea2b
18a04c63b96 is described below

commit 18a04c63b961b0d9e6075d2b53a47f03cd8d2b14
Author: davsclaus <davscl...@users.noreply.github.com>
AuthorDate: Wed Sep 7 18:56:25 2022 +0000

    Regen for commit 90fe4e194b354fa3c6ee3f773441dc9bfb01ea2b
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../src/main/java/org/apache/camel/spi/PeriodTaskScheduler.java       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/core/camel-api/src/main/java/org/apache/camel/spi/PeriodTaskScheduler.java 
b/core/camel-api/src/main/java/org/apache/camel/spi/PeriodTaskScheduler.java
index 2dc5fcb2af9..91dcd616e27 100644
--- a/core/camel-api/src/main/java/org/apache/camel/spi/PeriodTaskScheduler.java
+++ b/core/camel-api/src/main/java/org/apache/camel/spi/PeriodTaskScheduler.java
@@ -37,8 +37,8 @@ public interface PeriodTaskScheduler {
     /**
      * Gets an existing task by a given type, assuming there is only one task 
of the given type.
      *
-     * @param type the type of the task
-     * @return the task, or <tt>null</tt> if no tasks exists
+     * @param  type the type of the task
+     * @return      the task, or <tt>null</tt> if no tasks exists
      */
     <T> T getTaskByType(Class<T> type);
 

Reply via email to