Commit 614a92b6 by ibaker Committed by Oliver Woodman

Fix javadoc errors exposed by -Xdoclint

PiperOrigin-RevId: 284776790
parent 5cee5cba
......@@ -56,7 +56,7 @@ public final class IntArrayQueue {
/**
* Remove an item from the queue.
*
* @throws {@link NoSuchElementException} if the queue is empty.
* @throws NoSuchElementException if the queue is empty.
*/
public int remove() {
if (size == 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment