Skip to content

Commit 284cca9

Browse files
committed
...
1 parent 49d4258 commit 284cca9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/com/fasterxml/jackson/dataformat/smile/SmileGenerator.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1530,9 +1530,6 @@ public final void flush() throws IOException
15301530
@Override
15311531
public void close() throws IOException
15321532
{
1533-
/* 05-Dec-2008, tatu: To add [JACKSON-27], need to close open
1534-
* scopes.
1535-
*/
15361533
// First: let's see that we still have buffers...
15371534
if (_outputBuffer != null
15381535
&& isEnabled(JsonGenerator.Feature.AUTO_CLOSE_JSON_CONTENT)) {

0 commit comments

Comments
 (0)