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

re-added OldHeadPipeline

parent d8fc64b3
No related branches found
No related tags found
No related merge requests found
...@@ -7,13 +7,4 @@ public final class OldHeadPipeline<FirstStage extends Stage, LastStage extends S ...@@ -7,13 +7,4 @@ public final class OldHeadPipeline<FirstStage extends Stage, LastStage extends S
public OldHeadPipeline(final String name) {} public OldHeadPipeline(final String name) {}
@Override
public boolean shouldBeTerminated() {
return this.firstStage.shouldBeTerminated();
}
@Override
public void terminate() {
this.firstStage.terminate();
}
} }
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