You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/06/05 16:22:11 UTC

[GitHub] [nifi] patricker commented on a change in pull request #3513: NIFI-4406 Updated ExecuteScript to use Searchable.

patricker commented on a change in pull request #3513: NIFI-4406 Updated ExecuteScript to use Searchable.
URL: https://github.com/apache/nifi/pull/3513#discussion_r290825016
 
 

 ##########
 File path: nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/main/java/org/apache/nifi/processors/script/ExecuteScript.java
 ##########
 @@ -83,7 +88,7 @@
 @Stateful(scopes = {Scope.LOCAL, Scope.CLUSTER},
         description = "Scripts can store and retrieve state using the State Management APIs. Consult the State Manager section of the Developer's Guide for more details.")
 @SeeAlso({InvokeScriptedProcessor.class})
-public class ExecuteScript extends AbstractSessionFactoryProcessor {
+public  class ExecuteScript extends AbstractSessionFactoryProcessor implements Searchable {
 
 Review comment:
   Is that 2 spaces between `public` and `class`?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services