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

added TODO

parent 8de76a51
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ import teetime.framework.validation.InvalidPortConnection; ...@@ -12,6 +12,7 @@ import teetime.framework.validation.InvalidPortConnection;
* @param <L> * @param <L>
* the type of the last stage in this pipeline * the type of the last stage in this pipeline
*/ */
// Consider to move it in the framework
public final class Pipeline<L extends Stage> extends Stage { public final class Pipeline<L extends Stage> extends Stage {
private final Stage firstStage; private final Stage firstStage;
......
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