Skip to content

Commit

Permalink
Add space
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Aug 22, 2024
1 parent 6a69b0a commit 681ca67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ File after(String prefix, String suffix) throws IOException {
}

/**
* Prefer {@link Files#createTempFile(Path,String, String, FileAttribute[])} over alternatives
* Prefer {@link Files#createTempFile(Path, String, String, FileAttribute[])} over alternatives
* that create files with more liberal permissions.
*/
static final class FilesCreateTempFileInCustomDirectoryToFile {
Expand Down

0 comments on commit 681ca67

Please sign in to comment.