Skip to content

Commit 817b775

Browse files
authored
recycling typo (#1065)
1 parent 0b31574 commit 817b775

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

release-notes/VERSION-2.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ No changes since 2.6.3.
656656
(and related, `TokenFilter`)
657657
#188: `JsonParser.getValueAsString()` should return field name for `JsonToken.FIELD_NAME`, not `null`
658658
#189: Add `JsonFactory.Feature.USE_THREAD_LOCAL_FOR_BUFFER_RECYCLING` (default: true), which may
659-
be disabled to prevent use of ThreadLocal-based buffer recyling.
659+
be disabled to prevent use of ThreadLocal-based buffer recycling.
660660
(suggested by soldierkam@github)
661661
#195: Add `JsonGenerator.getOutputBuffered()` to find out amount of content buffered,
662662
not yet flushed.

src/main/java/com/fasterxml/jackson/core/util/BufferRecyclers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import com.fasterxml.jackson.core.io.JsonStringEncoder;
66

77
/**
8-
* Helper entity used to control access to simple buffer recyling scheme used for
8+
* Helper entity used to control access to simple buffer recycling scheme used for
99
* some encoding, decoding tasks.
1010
*
1111
* @see BufferRecycler

0 commit comments

Comments
 (0)