This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch sandbox/camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 6d3120ce2a67881bcc620394473b6fb33b1fa953 Author: Claus Ibsen <[email protected]> AuthorDate: Sun Dec 2 12:07:44 2018 +0100 Typo --- .../component/google/calendar/stream/GoogleCalendarStreamEndpoint.java | 2 +- components/readme.adoc | 2 +- .../stream/springboot/GoogleCalendarStreamComponentConfiguration.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/camel-google-calendar/src/main/java/org/apache/camel/component/google/calendar/stream/GoogleCalendarStreamEndpoint.java b/components/camel-google-calendar/src/main/java/org/apache/camel/component/google/calendar/stream/GoogleCalendarStreamEndpoint.java index 24e0fbc..00a032d 100644 --- a/components/camel-google-calendar/src/main/java/org/apache/camel/component/google/calendar/stream/GoogleCalendarStreamEndpoint.java +++ b/components/camel-google-calendar/src/main/java/org/apache/camel/component/google/calendar/stream/GoogleCalendarStreamEndpoint.java @@ -30,7 +30,7 @@ import org.apache.camel.spi.UriEndpoint; import org.apache.camel.spi.UriParam; /** - * The google-calendar component provides access to Google Calendar in a streaming mod. + * The google-calendar component provides access to Google Calendar in a streaming mode. */ @UriEndpoint(firstVersion = "2.23.0", scheme = "google-calendar-stream", diff --git a/components/readme.adoc b/components/readme.adoc index 2d24f04..a3bc25f6 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -291,7 +291,7 @@ Number of Components: 287 in 190 JAR artifacts (1 deprecated) `google-calendar:apiName/methodName` | 2.15 | The google-calendar component provides access to Google Calendar. | link:camel-google-calendar/src/main/docs/google-calendar-stream-component.adoc[Google Calendar Stream] (camel-google-calendar) + -`google-calendar-stream:index` | 2.23 | The google-calendar component provides access to Google Calendar in a streaming mod. +`google-calendar-stream:index` | 2.23 | The google-calendar component provides access to Google Calendar in a streaming mode. | link:camel-google-drive/src/main/docs/google-drive-component.adoc[Google Drive] (camel-google-drive) + `google-drive:apiName/methodName` | 2.14 | The google-drive component provides access to Google Drive file storage service. diff --git a/platforms/spring-boot/components-starter/camel-google-calendar-starter/src/main/java/org/apache/camel/component/google/calendar/stream/springboot/GoogleCalendarStreamComponentConfiguration.java b/platforms/spring-boot/components-starter/camel-google-calendar-starter/src/main/java/org/apache/camel/component/google/calendar/stream/springboot/GoogleCalendarStreamComponentConfiguration.java index 0689c8d..c16f93b 100644 --- a/platforms/spring-boot/components-starter/camel-google-calendar-starter/src/main/java/org/apache/camel/component/google/calendar/stream/springboot/GoogleCalendarStreamComponentConfiguration.java +++ b/platforms/spring-boot/components-starter/camel-google-calendar-starter/src/main/java/org/apache/camel/component/google/calendar/stream/springboot/GoogleCalendarStreamComponentConfiguration.java @@ -23,7 +23,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties; /** * The google-calendar component provides access to Google Calendar in a - * streaming mod. + * streaming mode. * * Generated by camel-package-maven-plugin - do not edit this file! */
