Skip to content

Commit

Permalink
Update sentry/src/main/java/io/sentry/instrumentation/file/SentryFile…
Browse files Browse the repository at this point in the history
…InputStream.java

Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com>
  • Loading branch information
adinauer and marandaneto committed Sep 19, 2022
1 parent 3d9b2ac commit 5986588
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public void close() throws IOException {
spanManager.finish(delegate);
}

private static FileDescriptor getFileDescriptor(FileInputStream stream)
private static FileDescriptor getFileDescriptor(final @NotNull FileInputStream stream)
throws FileNotFoundException {
try {
return stream.getFD();
Expand Down

0 comments on commit 5986588

Please sign in to comment.