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

removed events from Pipeline

parent 6d1c204b
No related branches found
No related tags found
No related merge requests found
......@@ -37,19 +37,4 @@ public final class Pipeline<L extends Stage> extends CompositeStage {
return lastStages;
}
@Override
public void onValidating(final List<InvalidPortConnection> invalidPortConnections) {
firstStage.onValidating(invalidPortConnections);
}
@Override
public void onStarting() throws Exception {
firstStage.onStarting();
}
@Override
public void onTerminating() throws Exception {
firstStage.onTerminating();
}
}
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