On Fri, 11 Aug 2023 21:50:35 GMT, Alisen Chung <[email protected]> wrote:
>> src/java.desktop/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java line >> 674: >> >>> 672: /* Frame or Dialog should be set property >>> WINDOW_FULLSCREENABLE to true if the >>> 673: Frame or Dialog is resizable. >>> 674: **/ >> >> Any reason for `**/` vs `*/`? > > This was in the original code so I didn't change it Understood, but maybe can still change it to match the rest of the file. The other comment blocks don't have this `**/` ending, so we can fix it while we make other edits to this. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/15236#discussion_r1296512830
