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

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

commit 97b1957802eaf2a25c6bad6a8a6367253a3637b0
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Sep 14 10:29:50 2018 +0200

    CAMEL-12784 - Fixed CS
---
 .../calendar/stream/GoogleCalendarStreamConfiguration.java | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git 
a/components/camel-google-calendar/src/main/java/org/apache/camel/component/google/calendar/stream/GoogleCalendarStreamConfiguration.java
 
b/components/camel-google-calendar/src/main/java/org/apache/camel/component/google/calendar/stream/GoogleCalendarStreamConfiguration.java
index 6e95908..8b5648d 100644
--- 
a/components/camel-google-calendar/src/main/java/org/apache/camel/component/google/calendar/stream/GoogleCalendarStreamConfiguration.java
+++ 
b/components/camel-google-calendar/src/main/java/org/apache/camel/component/google/calendar/stream/GoogleCalendarStreamConfiguration.java
@@ -172,19 +172,19 @@ public class GoogleCalendarStreamConfiguration implements 
Cloneable {
     public void setMaxResults(int maxResults) {
         this.maxResults = maxResults;
     }
-    
+
     public String getCalendarId() {
-               return calendarId;
-       }
+        return calendarId;
+    }
 
     /**
      * The calendarId to be used
      */
-       public void setCalendarId(String calendarId) {
-               this.calendarId = calendarId;
-       }
+    public void setCalendarId(String calendarId) {
+        this.calendarId = calendarId;
+    }
 
-       public boolean isConsumeFromNow() {
+    public boolean isConsumeFromNow() {
         return consumeFromNow;
     }
     

Reply via email to