pvillard31 commented on code in PR #10279:
URL: https://github.com/apache/nifi/pull/10279#discussion_r2325305577
##########
nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ValidateCsv.java:
##########
@@ -142,6 +142,21 @@ public class ValidateCsv extends AbstractProcessor {
.addValidator(StandardValidators.NON_EMPTY_VALIDATOR)
.build();
+ public static final PropertyDescriptor MAX_LINES_PER_ROW = new
PropertyDescriptor.Builder()
+ .name("max-lines-per-row")
+ .displayName("Max Lines Per Row")
Review Comment:
```suggestion
.name("Max Lines Per Row")
```
`.displayName` should not be used for newly added property
--
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]