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 e2db5fa84dbbe584f39d9bf73f77d75826401329 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Jan 28 13:14:07 2020 +0100 Camel-google-calendar-stream: Fixed description --- .../component/google/calendar/stream/GoogleCalendarStreamEndpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 74013f2..037e88d 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.UriParam; import org.apache.camel.support.ScheduledPollEndpoint; /** - * The google-calendar component provides access to Google Calendar in a streaming mode. + * The google-calendar-stream component provides access to Google Calendar in a streaming mode. */ @UriEndpoint(firstVersion = "2.23.0", scheme = "google-calendar-stream",
