Skip to content

Commit

Permalink
Suppress another deprecation warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed Jun 28, 2022
1 parent 9b044c6 commit 7c0cbc1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ private void checkSequenceDictionaryCompatibility(final SAMSequenceDictionary re
}
}

@SuppressWarnings("deprecation")
private PrintWriter openSitesOutputWriter(final String sitesOutput) {
return sitesOutput == null ? new PrintWriter(new NullOutputStream())
: new PrintWriter(BucketUtils.createFile(sitesOutput));
Expand Down

0 comments on commit 7c0cbc1

Please sign in to comment.