File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/fasterxml/jackson/core/util Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -656,7 +656,7 @@ No changes since 2.6.3.
656
656
(and related , `TokenFilter `)
657
657
#188 : `JsonParser.getValueAsString()` should return field name for `JsonToken.FIELD_NAME`, not `null`
658
658
#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 .
660
660
(suggested by soldierkam @github )
661
661
#195 : Add `JsonGenerator.getOutputBuffered()` to find out amount of content buffered,
662
662
not yet flushed .
Original file line number Diff line number Diff line change 5
5
import com .fasterxml .jackson .core .io .JsonStringEncoder ;
6
6
7
7
/**
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
9
9
* some encoding, decoding tasks.
10
10
*
11
11
* @see BufferRecycler
You can’t perform that action at this time.
0 commit comments