Skip to content

Commit 2e8c1b5

Browse files
Remove Comment
This comment is no longer correct. 1420 was resolved.
1 parent 55b6bae commit 2e8c1b5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/rx/internal/operators/OperatorMerge.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ public class OperatorMerge<T> implements Operator<T, Observable<? extends T>> {
7272
* I'd love to have contributions that improve this class, but keep in mind the performance and GC pressure.
7373
* The benchmarks I use are in the JMH OperatorMergePerf class. GC memory pressure is tested using Java Flight Recorder
7474
* to track object allocation.
75-
*
76-
* TODO There is still a known concurrency bug somewhere either in this class, in SubscriptionIndexedRingBuffer or their relationship.
77-
* See https://github.com/ReactiveX/RxJava/issues/1420 for more information on this.
7875
*/
7976

8077
public OperatorMerge() {

0 commit comments

Comments
 (0)