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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 43fd23ae807d14433949400f93b9255b30734f79
Author: Luca Burgazzoli <[email protected]>
AuthorDate: Fri Sep 18 13:04:46 2020 +0200

    chore: remove unused return type
---
 .../main/java/org/apache/camel/k/cron/CronSourceLoaderInterceptor.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/camel-k-runtime-cron/src/main/java/org/apache/camel/k/cron/CronSourceLoaderInterceptor.java
 
b/camel-k-runtime-cron/src/main/java/org/apache/camel/k/cron/CronSourceLoaderInterceptor.java
index cdbf409..36ac205 100644
--- 
a/camel-k-runtime-cron/src/main/java/org/apache/camel/k/cron/CronSourceLoaderInterceptor.java
+++ 
b/camel-k-runtime-cron/src/main/java/org/apache/camel/k/cron/CronSourceLoaderInterceptor.java
@@ -52,9 +52,8 @@ public class CronSourceLoaderInterceptor implements 
SourceLoader.Interceptor, Ru
         return timerUri;
     }
 
-    public CronSourceLoaderInterceptor setTimerUri(String timerUri) {
+    public void setTimerUri(String timerUri) {
         this.timerUri = timerUri;
-        return this;
     }
 
     public String getOverridableComponents() {

Reply via email to