Re: [OpenJDK 2D-Dev] RFR. Repeated words typos in java.desktop

2019-02-21 Thread Alexey Ivanov
On 20/02/2019 01:38, Sergey Bylokhov wrote: Hi, Andrey. I found only one questionable place in the fix: == /**   * Returns an object created with id=key. If the object is not of - * type type, this will throw an exception. + * that type, this will throw an except

Re: [OpenJDK 2D-Dev] RFR. Repeated words typos in java.desktop

2019-02-21 Thread Alexey Ivanov
Hi Andrey, src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/GTKLookAndFeel.java /*   * Used to override if system (desktop) text anti-aliasing settings should - * be used. The reasons for this are are is that currently its "off" + * be used. The reasons for this are i

Re: [OpenJDK 2D-Dev] RFR. Repeated words typos in java.desktop

2019-02-19 Thread Sergey Bylokhov
Hi, Andrey. I found only one questionable place in the fix: == /** * Returns an object created with id=key. If the object is not of - * type type, this will throw an exception. + * that type, this will throw an exception. */ private Object lookup(Stri

[OpenJDK 2D-Dev] RFR. Repeated words typos in java.desktop

2019-02-19 Thread Andrey Turbanov
Hello. I would like to contribute small patch to fix repeated words typos. Andrey Turbanov diff --git a/src/java.desktop/macosx/classes/com/apple/laf/AquaInternalFrameManager.java b/src/java.desktop/macosx/classes/com/apple/laf/AquaInternalFrameManager.java index c2ce10b0e4a..ccd65105699 100644