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


The following commit(s) were added to refs/heads/master by this push:
     new 3a305a7  chore: fix getter/setters for CronSourceLoaderInterceptor
3a305a7 is described below

commit 3a305a793c003105de4bd3034a86171d97290155
Author: lburgazzoli <[email protected]>
AuthorDate: Tue May 5 16:57:16 2020 +0200

    chore: fix getter/setters for CronSourceLoaderInterceptor
---
 .../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 79acdb0..f24d463 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
@@ -48,9 +48,8 @@ public class CronSourceLoaderInterceptor implements 
SourceLoader.Interceptor {
         return overridableComponents;
     }
 
-    public CronSourceLoaderInterceptor setOverridableComponents(String 
overridableComponents) {
+    public void setOverridableComponents(String overridableComponents) {
         this.overridableComponents = overridableComponents;
-        return this;
     }
 
     @Override

Reply via email to