Skip to content

Commit a07e837

Browse files
committed
removing unicode ligature that breaks build
1 parent 0af90b7 commit a07e837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rxjava-core/src/main/java/rx/internal/util/unsafe/SpscArrayQueue.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public SpscArrayQueueL3Pad(int capacity) {
100100
* variation on Fast Flow).<br>
101101
* For convenience the relevant papers are available in the resources folder:</br>
102102
* <i>2010 - Pisa - SPSC Queues on Shared Cache Multi-Core Systems.pdf</br>
103-
* 2012 - Junchang- BQueue- Efficient and Practical Queuing.pdf </br></i>
103+
* 2012 - Junchang- BQueue- Efficient and Practical Queuing.pdf </br></i>
104104
* This implementation is wait free.
105105
*
106106
* @author nitsanw
@@ -183,4 +183,4 @@ public int size() {
183183
}
184184
}
185185
}
186-
}
186+
}

0 commit comments

Comments
 (0)