Lehel44 commented on code in PR #6047:
URL: https://github.com/apache/nifi/pull/6047#discussion_r873909549
##########
nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/src/main/java/org/apache/nifi/processors/salesforce/QuerySalesforceObject.java:
##########
@@ -194,9 +193,8 @@ public class QuerySalesforceObject extends
AbstractProcessor {
static final PropertyDescriptor INITIAL_AGE_FILTER = new
PropertyDescriptor.Builder()
.name("initial-age-filter")
.displayName("Initial Age Filter")
- .description("When 'Age Field' is set the value of this property
will serve as a filter when this processor runs the first time."
- + " Only records that are older than this value be
retrieved."
- )
+ .description("Unless this parameter is specified as an initial
start time, the time window's left edge is open" +
+ " on the first run, and all records are fetched until the
current runtime.")
Review Comment:
I think it's simple and clear, thanks!
--
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]