Lehel44 commented on code in PR #6047:
URL: https://github.com/apache/nifi/pull/6047#discussion_r873908645


##########
nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/src/main/java/org/apache/nifi/processors/salesforce/QuerySalesforceObject.java:
##########
@@ -182,9 +182,8 @@ public class QuerySalesforceObject extends 
AbstractProcessor {
     static final PropertyDescriptor AGE_DELAY = new 
PropertyDescriptor.Builder()
             .name("age-delay")
             .displayName("Age Delay")
-            .description("When 'Age Field' is set the age-based filter will be 
adjusted by this amount."
-                    + " Only records that are older than the previous run time 
of this processor, by at least this amount, will be retrieved."
-            )
+            .description("A time window is always between the previous run 
time of the processor and the current run time. " +
+                    "When 'Age Field' is set, the time window's right edge 
will be adjusted left by this amount.")

Review Comment:
   I think the first sentence can be omitted.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to