RFR: 8357930: Amendment for JDK-8333664 [v2]

Alexey Semenyuk asemenyuk at openjdk.org
Wed May 28 12:24:49 UTC 2025


On Wed, 28 May 2025 06:57:15 GMT, Alexander Matveev <almatvee at openjdk.org> wrote:

>> Alexey Semenyuk has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix typo
>
> src/jdk.jpackage/share/classes/jdk/jpackage/internal/FromParams.java line 106:
> 
>> 104:             if (hasPredefinedAppImage(params)) {
>> 105:                 final var appImageFile = PREDEFINED_APP_IMAGE_FILE.fetchFrom(params);
>> 106:                 appBuilder.initFromExernalApplication(appImageFile, launcherInfo -> {
> 
> `Exernal` -> `External`

Fixed

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25477#discussion_r2111711313


More information about the core-libs-dev mailing list