We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af90b7 commit a07e837Copy full SHA for a07e837
rxjava-core/src/main/java/rx/internal/util/unsafe/SpscArrayQueue.java
@@ -100,7 +100,7 @@ public SpscArrayQueueL3Pad(int capacity) {
100
* variation on Fast Flow).<br>
101
* For convenience the relevant papers are available in the resources folder:</br>
102
* <i>2010 - Pisa - SPSC Queues on Shared Cache Multi-Core Systems.pdf</br>
103
- * 2012 - Junchang- BQueue- Efficient and Practical Queuing.pdf </br></i>
+ * 2012 - Junchang- BQueue- Efficient and Practical Queuing.pdf </br></i>
104
* This implementation is wait free.
105
*
106
* @author nitsanw
@@ -183,4 +183,4 @@ public int size() {
183
}
184
185
186
-}
+}
0 commit comments