From 3018be26805653e44942194a880fa6fc21612689 Mon Sep 17 00:00:00 2001 From: Christian Wulf <chw@informatik.uni-kiel.de> Date: Tue, 8 Jul 2014 09:13:02 +0200 Subject: [PATCH] removed comment --- .../methodcallWithPorts/framework/core/pipe/SpScPipe.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/teetime/variant/methodcallWithPorts/framework/core/pipe/SpScPipe.java b/src/main/java/teetime/variant/methodcallWithPorts/framework/core/pipe/SpScPipe.java index 65143e7..58dc26f 100644 --- a/src/main/java/teetime/variant/methodcallWithPorts/framework/core/pipe/SpScPipe.java +++ b/src/main/java/teetime/variant/methodcallWithPorts/framework/core/pipe/SpScPipe.java @@ -34,8 +34,6 @@ public class SpScPipe<T> extends AbstractPipe<T> { @Override public boolean add(final T element) { - // this.maxSize = Math.max(this.queue.size(), this.maxSize); - // BETTER introduce a QueueIsFullStrategy while (!this.queue.offer(element)) { this.numWaits++; -- GitLab