Skip to content

Commit e962542

Browse files
committed
NIFI-14157: Incorporated review comments
1 parent e0ab5e7 commit e962542

File tree

1 file changed

+0
-6
lines changed
  • nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/test/java/org/apache/nifi/processors/script

1 file changed

+0
-6
lines changed

nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/test/java/org/apache/nifi/processors/script/TestInvokeGroovy.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,6 @@ public void testReadRecordsWithRecordPath() throws Exception {
243243

244244
/**
245245
* Tests a script that has a Groovy Processor that implements its own onPrimaryNodeStateChange
246-
*
247-
* @throws Exception Any error encountered while testing
248246
*/
249247
@Test
250248
public void testOnPrimaryNodeStateChange() {
@@ -283,8 +281,4 @@ public void onPropertyModified(final PropertyDescriptor descriptor, final String
283281
numTimesModifiedCalled++;
284282
}
285283
}
286-
287-
private static class OnPrimaryNodeStateChangeMethodWasCalledException extends RuntimeException {
288-
289-
}
290284
}

0 commit comments

Comments
 (0)