Skip to content

Commit

Permalink
Nice :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Apr 30, 2024
1 parent 25204a9 commit 03ec072
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ String after(Path path) throws IOException {
*/
static final class FilesCreateTempFileToFile {
@BeforeTemplate
@SuppressWarnings("java:S5443" /* This violation will be rewritten. */)
File before(String prefix, String suffix) throws IOException {
return Refaster.anyOf(
File.createTempFile(prefix, suffix), File.createTempFile(prefix, suffix, null));
Expand Down

0 comments on commit 03ec072

Please sign in to comment.