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

set executeWithPorts for composite stages to final

parent 6e3dfe8b
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ public abstract class CompositeStage extends Stage {
protected abstract Collection<? extends Stage> getLastStages();
@Override
protected void executeWithPorts() {
protected final void executeWithPorts() {
getFirstStage().executeWithPorts();
}
......
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