We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d757688 commit 65b0d6dCopy full SHA for 65b0d6d
src/main/java/com/fasterxml/jackson/core/util/TextBuffer.java
@@ -121,7 +121,7 @@ public class TextBuffer
121
/**********************************************************
122
*/
123
124
- public TextBuffer( BufferRecycler allocator) {
+ public TextBuffer(BufferRecycler allocator) {
125
_allocator = allocator;
126
}
127
@@ -327,7 +327,6 @@ public void resetWithString(String value) throws IOException
327
clearSegments();
328
329
_currentSize = 0;
330
-
331
332
333
/**
0 commit comments