On Thu, 9 Apr 2026 12:00:06 GMT, Severin Gehwolf <[email protected]> wrote:

>> Sean Mullan has updated the pull request incrementally with two additional 
>> commits since the last revision:
>> 
>>  - Improve description of option.
>>  - Improve multi-line value comment.
>
> src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/SecurityPropertiesPlugin.java
>  line 127:
> 
>> 125:                         String propValue = 
>> props.remove(propName.trim());
>> 126:                         if (propValue != null) {
>> 127:                             // skip multi-line values
> 
> Suggestion:
> 
>                             // skip multi-line values in original

Fixed in 
https://github.com/openjdk/jdk/pull/30635/changes/cb571cc3b532f53d5b2776b7dd9b8bb38d336990

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

PR Review Comment: https://git.openjdk.org/jdk/pull/30635#discussion_r3100639542

Reply via email to