Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 4, 2024
1 parent c89c622 commit 8f3ff44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/tools/jackson/core/util/JsonRecyclerPools.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@ public final class JsonRecyclerPools
{
/**
* Method to call to get the default recycler pool instance:
* as of Jackson 2.18.x and later this is same as calling
* as of Jackson 3.0 and later this is same as calling
* {@link #newConcurrentDequePool()}.
*
* @return the default {@link RecyclerPool} implementation to use
* if no specific implementation desired.
*/
public static RecyclerPool<BufferRecycler> defaultPool() {
// since 2.18.0:
return newConcurrentDequePool();
}

Expand Down

0 comments on commit 8f3ff44

Please sign in to comment.