=doc #17329 Fixed and normalized spellings in ScalaDoc and comments
This commit is contained in:
parent
10f039f70d
commit
bc791eb86c
77 changed files with 100 additions and 100 deletions
|
|
@ -137,7 +137,7 @@ public abstract class AbstractBoundedNodeQueue<T> {
|
|||
*/
|
||||
public final int size() {
|
||||
//Order of operations is extremely important here
|
||||
// If no item was dequeued between when we looked at the count of the enqueueing end,
|
||||
// If no item was dequeued between when we looked at the count of the enqueuing end,
|
||||
// there should be no out-of-bounds
|
||||
for(;;) {
|
||||
final int deqCountBefore = getDeq().count;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue