On Tue, 29 Aug 2023 18:16:35 GMT, Alexey Ivanov <aiva...@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