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

removed comment

parent 17847a20
No related branches found
No related tags found
No related merge requests found
......@@ -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++;
......
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