Skip to content

Commit d49defa

Browse files
authored
Document why HybridJacksonPool has to be public
1 parent 5ed8e2f commit d49defa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/io/vertx/core/json/jackson/HybridJacksonPool.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
* recalculating the position of that bucket also during the release. The heads of the linked lists are hold in an
3030
* {@link AtomicReferenceArray} where each head has a distance of 16 positions from the adjacent ones to prevent
3131
* the false sharing problem.
32+
* <p>
33+
* This class is public in order to allow its reuse also in other projects.
3234
*/
3335
public class HybridJacksonPool implements RecyclerPool<BufferRecycler> {
3436

0 commit comments

Comments
 (0)