Skip to content
Snippets Groups Projects
Commit bdd068dc authored by Christian Wulf's avatar Christian Wulf
Browse files

removed empty onStarting within InitialElementProducer

parent 4ea49c0f
No related branches found
No related tags found
No related merge requests found
......@@ -34,12 +34,6 @@ public class InitialElementProducer<T> extends AbstractProducerStage<T> {
this.elements = elements;
}
@Override
public void onStarting() throws Exception {
super.onStarting();
}
@Override
protected void execute() {
for (final T element : this.elements) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment