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 0d1e5072aa86241d6d74c3e75992091fdde35ff3
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Nov 3 14:10:20 2022 +0100

    Camel-Plc4x: Added labels to endpoint configuration where it makes sense
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 .../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 4b9aa36dae2..3b5e24e6cc5 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
@@ -46,10 +46,10 @@ public class Plc4XEndpoint extends DefaultEndpoint {
     @Metadata(description = "The tags to read as Map<String,String> containing 
the tag name associated to its query")
     private Map<String, Object> tags;
     @UriParam
-    @Metadata(description = "(Consumer) Query to a trigger. On a rising edge 
of the trigger, the tags will be read once")
+    @Metadata(label = "consumer", description = "Query to a trigger. On a 
rising edge of the trigger, the tags will be read once")
     private String trigger;
     @UriParam
-    @Metadata(description = "(Consumer) Interval on which the Trigger should 
be checked")
+    @Metadata(label = "consumer", description = "Interval on which the Trigger 
should be checked")
     private int period;
 
     public int getPeriod() {

Reply via email to