Skip to content

Commit 62b7512

Browse files
committed
Propagate IOException to caller instead of swallowing
1 parent 04dbb30 commit 62b7512

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

msgpack-jackson/src/main/java/org/msgpack/jackson/dataformat/MessagePackParser.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,9 +339,6 @@ public void close() throws IOException {
339339
messageUnpacker.close();
340340
}
341341
}
342-
catch (Exception e) {
343-
e.printStackTrace();
344-
}
345342
finally {
346343
isClosed = true;
347344
}

0 commit comments

Comments
 (0)