On Mon, 31 May 2021 11:23:46 GMT, Jayathirth D V <j...@openjdk.org> wrote:

>> Tejpal Rebari has updated the pull request incrementally with two additional 
>> commits since the last revision:
>> 
>>  - make string final
>>  - doPrivileged to the system.getproperty
>
> src/java.desktop/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java line 
> 130:
> 
>> 128:     public static final String WINDOW_TITLE_VISIBLE = 
>> "apple.awt.windowTitleVisible";
>> 129: 
>> 130:     // This system property is used in javafx as well
> 
> Reword this comment to mentioned that it is named as jdk.* because the 
> property is not specific to AWT and it will be used in JavaFX also.

yeah , instead of "will be used" we should used "is used" because that will be 
the situation after some time.

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

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

Reply via email to