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

Brian Burkhalter bpb at openjdk.java.net
Thu Jan 13 22:25:09 UTC 2022


On Thu, 13 Jan 2022 22:15:09 GMT, Lance Andersen <lancea at openjdk.org> wrote:

>> Brian Burkhalter has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
>> 
>>   8279990: (fs) Awkward verbiage in description of Files.createTempFile(Path,String,String,FileAttribute)
>
> src/java.base/share/classes/java/nio/file/Files.java line 826:
> 
>> 824:      * java.io.File#createTempFile(String,String,File)} method.
>> 825:      *
>> 826:      * <p> The resulting file should be deleted once it is no longer needed.
> 
> I think this sentence can be omitted as the sentence which follow the above I believe can stand on its own

I concur. Fixed.

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

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


More information about the nio-dev mailing list