<i18n dev> RFR: 8312165: Fix typos in java.desktop
Andrey Turbanov
aturbanov at openjdk.org
Wed Aug 30 08:12:14 UTC 2023
On Tue, 29 Aug 2023 18:16:35 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> Found many typos in java.desktop by IDEA's inspection `Proofreading | Typo`
>
> src/java.desktop/share/classes/javax/swing/plaf/nimbus/InnerShadowEffect.java line 48:
>
>> 46: * painted. OVER means the result of apply effect should be painted over the src image.
>> 47: *
>> 48: * @return The effect type
>
> Should we replace this copied javadoc with `{@inheritDoc}`? The text from `Effect.getEffectType` isn't modified at all. This looks the correct fix — eliminate doc duplication.
Ok, applied
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14847#discussion_r1309864804
More information about the i18n-dev
mailing list