Skip to content

Commit

Permalink
Fix #4 JavaDoc on EliminationStack
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Jan 6, 2015
1 parent a1a5bf9 commit bb83605
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

/**
* An unbounded thread-safe stack based on linked nodes. This stack orders elements LIFO
* (last-in-last-out). The <em>top</em> of the stack is that element that has been on the stack
* (last-in-first-out). The <em>top</em> of the stack is that element that has been on the stack
* the shortest time. New elements are inserted at and retrieved from the top of the stack. A
* {@code EliminationStack} is an appropriate choice when many threads will exchange elements
* through shared access to a common collection. Like most other concurrent collection
Expand Down

0 comments on commit bb83605

Please sign in to comment.