Skip to content

Commit

Permalink
recycling typo (#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Jul 27, 2023
1 parent 0b31574 commit 817b775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ No changes since 2.6.3.
(and related, `TokenFilter`)
#188: `JsonParser.getValueAsString()` should return field name for `JsonToken.FIELD_NAME`, not `null`
#189: Add `JsonFactory.Feature.USE_THREAD_LOCAL_FOR_BUFFER_RECYCLING` (default: true), which may
be disabled to prevent use of ThreadLocal-based buffer recyling.
be disabled to prevent use of ThreadLocal-based buffer recycling.
(suggested by soldierkam@github)
#195: Add `JsonGenerator.getOutputBuffered()` to find out amount of content buffered,
not yet flushed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import com.fasterxml.jackson.core.io.JsonStringEncoder;

/**
* Helper entity used to control access to simple buffer recyling scheme used for
* Helper entity used to control access to simple buffer recycling scheme used for
* some encoding, decoding tasks.
*
* @see BufferRecycler
Expand Down

0 comments on commit 817b775

Please sign in to comment.