RFR: 8325089: jpackage utility creates an "infinite", undeleteable directory tree [v12]
Alexey Semenyuk
asemenyuk at openjdk.org
Thu Oct 31 04:50:31 UTC 2024
On Thu, 31 Oct 2024 01:17:05 GMT, Alexander Matveev <almatvee at openjdk.org> wrote:
>> Alexey Semenyuk has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Bugfix
>> - Rename DirectoryContentVerifier.equals() in DirectoryContentVerifier.match() to fix name conflict with Object.equals()
>
> test/jdk/tools/jpackage/helpers/jdk/jpackage/test/JPackageCommand.java line 866:
>
>> 864: }
>> 865: });
>> 866: ;
>
> Remove ";"?
I replaced `));` with `)),` and keep the terminating `;`
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21550#discussion_r1823767980
More information about the core-libs-dev
mailing list