essobedo commented on code in PR #9451:
URL: https://github.com/apache/camel/pull/9451#discussion_r1120265186


##########
components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MonitorFilterConfiguration.java:
##########
@@ -37,8 +37,8 @@ public class MonitorFilterConfiguration implements Cloneable {
     @UriParam(defaultValue = "0.0", description = "Deadband value for 
MonitorFilterType DataChangeFilter.")
     private Double dataChangeFilterDeadbandValue = 0.0;
 
-    @UriParam(description = "Daata change trigger for data change monitor 
filter type.")
-    private DataChangeTrigger dataChangeFilterTrigger = 
DataChangeTrigger.StatusValue;
+    @UriParam(description = "Data change trigger for data change monitor 
filter type.")

Review Comment:
   ```suggestion
       @UriParam(defaultValue = "StatusValueTimestamp", description = "Data 
change trigger for data change monitor filter type.")
   
   ```
   Let's add the default value to the metadata too



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to