Integrated: 8254262: jdk.test.lib.Utils::createTemp* don't pass attrs
Igor Ignatyev
iignatyev at openjdk.java.net
Thu Oct 8 19:12:24 UTC 2020
On Thu, 8 Oct 2020 18:32:15 GMT, Igor Ignatyev <iignatyev at openjdk.org> wrote:
> Hi all,
>
> `jdk.test.lib.Utils::createTempFile` and `createTempDirectory` methods accept `attrs`, but don't pass it to
> `java.nio.file.Files::createTempFile` and `createTempDirectory` methods respectively. could you please review this
> trivial patch which fixes that? Thanks,
> -- Igor
This pull request has now been integrated.
Changeset: 5351ba6c
Author: Igor Ignatyev <iignatyev at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/5351ba6c
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
8254262: jdk.test.lib.Utils::createTemp* don't pass attrs
Reviewed-by: shade
-------------
PR: https://git.openjdk.java.net/jdk/pull/567
More information about the core-libs-dev
mailing list