pvillard31 commented on code in PR #9759:
URL: https://github.com/apache/nifi/pull/9759#discussion_r1979244009


##########
nifi-extension-bundles/nifi-box-bundle/nifi-box-services/src/main/java/org/apache/nifi/box/controllerservices/JsonConfigBasedBoxClientService.java:
##########
@@ -57,12 +57,24 @@
 @CapabilityDescription("Provides Box client objects through which Box API 
calls can be used.")
 @Tags({"box", "client", "provider"})
 public class JsonConfigBasedBoxClientService extends AbstractControllerService 
implements BoxClientService, VerifiableControllerService {
+
+    public static final PropertyDescriptor APP_ACTOR = new 
PropertyDescriptor.Builder()
+        .name("app-actor")
+        .displayName("App Actor")
+        .description("Who the app will act on behalf of.")

Review Comment:
   ```suggestion
           .name("App Actor")
           .description("Specifies on behalf of whom Box API calls will be 
made.")
   ```



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