Github user ottobackwards commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2902#discussion_r203146804
  
    --- Diff: nifi-docs/src/main/asciidoc/developer-guide.adoc ---
    @@ -2144,9 +2144,10 @@ you can use the Maven dependency:
     </dependency>
     ----
     
    -We create a new `TestRunner` by calling the static `newTestRunner` method 
of the `TestRunners` class
    -(located in the `org.apache.nifi.util` package). This method takes a 
single argument. That argument can
    -either be the class of the Processor to test or can be an instance of a 
Processor.
    +We create a new `TestRunner` by calling one of the static `newTestRunner` 
methods of the `TestRunners` class
    +(located in the `org.apache.nifi.util` package). These methods take an 
argument can
    --- End diff --
    
    change going in now, please check @alopresto 


---

Reply via email to