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

javadoc

parent a837ecb8
Branches
Tags
No related merge requests found
...@@ -13,7 +13,9 @@ public class SingleElementPipeFactory implements IPipeFactory { ...@@ -13,7 +13,9 @@ public class SingleElementPipeFactory implements IPipeFactory {
} }
/** /**
* Hint: The capacity for this pipe implementation is ignored * Hint: The capacity for this pipe implementation is ignored.
* <p>
* {@inheritDoc}
*/ */
@Override @Override
public <T> IPipe create(final OutputPort<? extends T> sourcePort, final InputPort<T> targetPort, final int capacity) { public <T> IPipe create(final OutputPort<? extends T> sourcePort, final InputPort<T> targetPort, final int capacity) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment