You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/01/28 13:04:26 UTC

[camel] 02/03: Camel-google-sheets-streams: Fixed Description

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 19f09deb07fb48c5fd461b630dd21bb7f8826e82
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 28 13:16:18 2020 +0100

    Camel-google-sheets-streams: Fixed Description
---
 .../component/google/sheets/stream/GoogleSheetsStreamEndpoint.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-google-sheets/src/main/java/org/apache/camel/component/google/sheets/stream/GoogleSheetsStreamEndpoint.java b/components/camel-google-sheets/src/main/java/org/apache/camel/component/google/sheets/stream/GoogleSheetsStreamEndpoint.java
index 3dff538..4324a32 100644
--- a/components/camel-google-sheets/src/main/java/org/apache/camel/component/google/sheets/stream/GoogleSheetsStreamEndpoint.java
+++ b/components/camel-google-sheets/src/main/java/org/apache/camel/component/google/sheets/stream/GoogleSheetsStreamEndpoint.java
@@ -32,7 +32,7 @@ import org.apache.camel.spi.UriParam;
 import org.apache.camel.support.ScheduledPollEndpoint;
 
 /**
- * The google-sheets component provides access to Google Sheets.
+ * The google-sheets-stream component provides access to Google Sheets.
  */
 @UriEndpoint(firstVersion = "2.23.0",
              scheme = "google-sheets-stream",