()
| 402 | } |
| 403 | |
| 404 | String getStream() { |
| 405 | return stream; |
| 406 | } |
| 407 | |
| 408 | private ProcessorNode makeProcessorNode(Processor<?> processor, Fields outputFields) { |
| 409 | return makeProcessorNode(processor, outputFields, false); |
nothing calls this directly
no outgoing calls
no test coverage detected