Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 21, 2023
1 parent fcb9a22 commit ed1604d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ final class LinkedBlockingDeque<E> extends AbstractQueue<E>
/*
* We have "diamond" multiple interface/abstract class inheritance
* here, and that introduces ambiguities. Often we want the
* BlockingDeque javadoc combined with the AbstractQueue
* BlockingDeque Javadoc combined with the AbstractQueue
* implementation, so a lot of method specs are duplicated here.
*/

Expand Down

0 comments on commit ed1604d

Please sign in to comment.