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 49d4258 commit 284cca9Copy full SHA for 284cca9
src/main/java/com/fasterxml/jackson/dataformat/smile/SmileGenerator.java
@@ -1530,9 +1530,6 @@ public final void flush() throws IOException
1530
@Override
1531
public void close() throws IOException
1532
{
1533
- /* 05-Dec-2008, tatu: To add [JACKSON-27], need to close open
1534
- * scopes.
1535
- */
1536
// First: let's see that we still have buffers...
1537
if (_outputBuffer != null
1538
&& isEnabled(JsonGenerator.Feature.AUTO_CLOSE_JSON_CONTENT)) {
0 commit comments