From 560d5cce6f74f525c7abfb8abce2dc9f01da0795 Mon Sep 17 00:00:00 2001 From: Christian Wulf <chw@informatik.uni-kiel.de> Date: Fri, 5 Dec 2014 19:00:49 +0100 Subject: [PATCH] javadoc --- .../java/teetime/framework/pipe/SingleElementPipeFactory.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/teetime/framework/pipe/SingleElementPipeFactory.java b/src/main/java/teetime/framework/pipe/SingleElementPipeFactory.java index 4325fbba..095d9c6e 100644 --- a/src/main/java/teetime/framework/pipe/SingleElementPipeFactory.java +++ b/src/main/java/teetime/framework/pipe/SingleElementPipeFactory.java @@ -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 public <T> IPipe create(final OutputPort<? extends T> sourcePort, final InputPort<T> targetPort, final int capacity) { -- GitLab