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 2022/11/03 13:19:42 UTC

[camel] 05/15: Replaced some of the TODOs with descriptions

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

commit b3170fed1f490c0ee8474a7d80c50119731b0a7c
Author: Christofer Dutz <ch...@rivian.com>
AuthorDate: Thu Oct 27 16:25:22 2022 +0200

    Replaced some of the TODOs with descriptions
---
 .../src/main/java/org/apache/camel/component/plc4x/Plc4XEndpoint.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-plc4x/src/main/java/org/apache/camel/component/plc4x/Plc4XEndpoint.java b/components/camel-plc4x/src/main/java/org/apache/camel/component/plc4x/Plc4XEndpoint.java
index e73cdf1a4f2..efd8560ec9c 100644
--- a/components/camel-plc4x/src/main/java/org/apache/camel/component/plc4x/Plc4XEndpoint.java
+++ b/components/camel-plc4x/src/main/java/org/apache/camel/component/plc4x/Plc4XEndpoint.java
@@ -40,10 +40,10 @@ import org.apache.plc4x.java.utils.connectionpool.PooledPlcDriverManager;
 public class Plc4XEndpoint extends DefaultEndpoint {
 
     @UriPath
-    @Metadata(required = true, description = "TODO: Add a short description here")
+    @Metadata(required = true, description = "PLC4X connection string for the connection to the target")
     private String driver;
     @UriParam
-    @Metadata(description = "TODO: Add a short description here")
+    @Metadata(description = "PLC4X field addresses for the tags being read (Format is dependent on the used driver)")
     private Map<String, Object> tags;
     @UriParam
     @Metadata(description = "TODO: Add a short description here")