On Sun, 20 Mar 2022 13:30:01 GMT, Andrey Turbanov <[email protected]> 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
