dan-s1 commented on code in PR #8331:
URL: https://github.com/apache/nifi/pull/8331#discussion_r1476438116


##########
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/LookupRecord.java:
##########
@@ -196,6 +198,18 @@ public class LookupRecord extends AbstractProcessor {
         .required(true)
         .build();
 
+    static final PropertyDescriptor RESULT_RECORD_PATH = new 
PropertyDescriptor.Builder()
+        .name("result-record-path")
+        .displayName("Result RecordPath")

Review Comment:
   Isn't the pattern for new properties to have the `.name` and `.displayName` 
be the same
   ```suggestion
           .name("Result RecordPath")
           .displayName("Result RecordPath")
   ```



-- 
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