Formatting

This commit is contained in:
Andrea Cavalli 2023-05-10 17:08:26 +02:00
parent 908ab2969b
commit 82b8abd828
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import sun.misc.Unsafe;
* <p>Space: space is used in proportion to the largest element, as opposed to
* the number of elements (as is the case with hash-table based Set
* implementations). Space is approximately (largest_element/8 + 64) bytes.
*
* <p>
* The implementation is a simple bit-vector using CAS for update.
*
* @since 1.5