You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by trixpan <gi...@git.apache.org> on 2017/04/10 13:32:06 UTC

[GitHub] nifi pull request #1608: NIFI-3607 Allow multi files mode with fixed names

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

    https://github.com/apache/nifi/pull/1608#discussion_r110654924
  
    --- Diff: nifi-mock/src/main/java/org/apache/nifi/util/StandardProcessorTestRunner.java ---
    @@ -36,9 +36,9 @@
     import java.util.Objects;
     import java.util.Set;
     import java.util.concurrent.Callable;
    -import java.util.concurrent.ExecutorService;
     import java.util.concurrent.Executors;
     import java.util.concurrent.Future;
    +import java.util.concurrent.ScheduledExecutorService;
    --- End diff --
    
    wasn't familiar with this. very handy!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---