Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
- Close HTML tags
- Remove dead inline comments
  • Loading branch information
garydgregory committed Oct 19, 2024
1 parent b8ff7e3 commit 2673e5d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public ArrayStack(final int initialSize) {
* <p>
* This method exists for compatibility with {@link java.util.Stack}.
* New users of this class should use {@code isEmpty} instead.
* </p>
*
* @return true if the stack is currently empty
*/
Expand Down

0 comments on commit 2673e5d

Please sign in to comment.