RFR: 8283426: Fix 'exeption' typo

Alexey Ivanov aivanov at openjdk.java.net
Mon Mar 21 07:26:47 UTC 2022


On Sun, 20 Mar 2022 13:30:01 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

> Fix repeated typo `exeption`

Marked as reviewed by aivanov (Reviewer).

src/java.desktop/macosx/classes/sun/lwawt/macosx/CPlatformEmbeddedFrame.java line 201:

> 199:     /*
> 200:      * The method could not be implemented due to CALayer restrictions.
> 201:      * The exception enforce clients not to use it.

Suggestion:

     * The exception enforces clients not to use it.

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

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



More information about the client-libs-dev mailing list