Github user pvillard31 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/534#discussion_r67824794
--- Diff:
nifi-mock/src/test/java/org/apache/nifi/util/TestMockProcessSession.java ---
@@ -36,7 +36,7 @@ public void testPenalizeFlowFileFromProcessor() {
protected static class PoorlyBehavedProcessor extends
AbstractProcessor {
- private static final Relationship REL_FAILURE = new
Relationship.Builder()
+ protected static final Relationship REL_FAILURE = new
Relationship.Builder()
--- End diff --
Is it still needed?
---
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 [email protected] or file a JIRA ticket
with INFRA.
---