RFR: 8279990: (fs) Awkward verbiage in description of Files.createTempFile(Path,String,String,FileAttribute) [v3]

Alan Bateman alanb at openjdk.java.net
Sat Jan 15 16:25:25 UTC 2022


On Thu, 13 Jan 2022 22:25:06 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>> This change would improve the description of `java.nio.file.Files.createTempFile(Path,String,String,FileAttribute)`.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8279990: Delete redundant sentence

The original text was correct to say that the method is only part of a temporary-file facility. It was also correct to say that DELETE_ON_CLOSE is appropriate for working files that should be deleted when close. So I think we may need to create a new issue to restore the text, maybe in re-phased form, that was removed by this PR.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7071


More information about the nio-dev mailing list