Skip to content

Commit

Permalink
Fix the broken fix :)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 29, 2023
1 parent 9bc11f6 commit 7a3a1f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ protected JsonParser _createParser(ObjectReader reader, InputStream rawStream)
wrappedStream.unread(firstByte);
return reader.createParser(wrappedStream);
} catch (IOException e) {
throw JacksonOException.construct(e);
throw JacksonIOException.construct(e);
}
}
}

0 comments on commit 7a3a1f1

Please sign in to comment.