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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1cd9d8da897 Regen for commit c9e0875a44b9b5faa320165dee690e647ae9604d
1cd9d8da897 is described below

commit 1cd9d8da897040c55ddee4ff4727af073cad7a48
Author: davsclaus <davscl...@users.noreply.github.com>
AuthorDate: Mon Dec 5 09:42:22 2022 +0000

    Regen for commit c9e0875a44b9b5faa320165dee690e647ae9604d
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../java/org/apache/camel/component/influxdb/InfluxDbEndpoint.java     | 3 ++-
 .../java/org/apache/camel/component/influxdb2/InfluxDb2Endpoint.java   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-influxdb/src/main/java/org/apache/camel/component/influxdb/InfluxDbEndpoint.java
 
b/components/camel-influxdb/src/main/java/org/apache/camel/component/influxdb/InfluxDbEndpoint.java
index 214c985336c..c21c3fb64dc 100644
--- 
a/components/camel-influxdb/src/main/java/org/apache/camel/component/influxdb/InfluxDbEndpoint.java
+++ 
b/components/camel-influxdb/src/main/java/org/apache/camel/component/influxdb/InfluxDbEndpoint.java
@@ -32,7 +32,8 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 /**
- * Interact with <a 
href="https://influxdata.com/time-series-platform/influxdb/";>InfluxDB</a> v1, a 
time series database.
+ * Interact with <a 
href="https://influxdata.com/time-series-platform/influxdb/";>InfluxDB</a> v1, a 
time series
+ * database.
  */
 @UriEndpoint(firstVersion = "2.18.0", scheme = "influxdb", title = "InfluxDB", 
syntax = "influxdb:connectionBean",
              category = { Category.DATABASE }, producerOnly = true, 
headersClass = InfluxDbConstants.class)
diff --git 
a/components/camel-influxdb2/src/main/java/org/apache/camel/component/influxdb2/InfluxDb2Endpoint.java
 
b/components/camel-influxdb2/src/main/java/org/apache/camel/component/influxdb2/InfluxDb2Endpoint.java
index d9a1edab162..70de2f6e6b6 100644
--- 
a/components/camel-influxdb2/src/main/java/org/apache/camel/component/influxdb2/InfluxDb2Endpoint.java
+++ 
b/components/camel-influxdb2/src/main/java/org/apache/camel/component/influxdb2/InfluxDb2Endpoint.java
@@ -39,7 +39,8 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 /**
- * Interact with <a 
href="https://influxdata.com/time-series-platform/influxdb/";>InfluxDB</a> v2, a 
time series database.
+ * Interact with <a 
href="https://influxdata.com/time-series-platform/influxdb/";>InfluxDB</a> v2, a 
time series
+ * database.
  */
 @UriEndpoint(firstVersion = "3.20.0", scheme = "influxdb2", title = 
"InfluxDB2",
              syntax = "influxdb2:connectionBean?org=<org name>&bucket=<bucket 
name>", category = { Category.DATABASE },

Reply via email to