On Tue, 29 Aug 2023 18:06:44 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/DropShadowEffect.java > line 45: > >> 43: /** >> 44: * Get the type of this effect, one of UNDER,BLENDED,OVER. UNDER >> means the result of apply effect should be painted >> 45: * under the src image. BLENDED means the result of apply effect >> contains a modified src image so just it should be > > Suggestion: > > * under the src image. BLENDED means the result of apply effect contains > a modified src image so it should just be > > > It just doesn't sound right. Should it be *“the result of applying the > effect”*? I agree. Changed wording ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/14847#discussion_r1309860950