RFR: 8313348: Fix typo in JFormattedTextField: 'it self'
Alexey Ivanov
aivanov at openjdk.org
Tue Aug 1 10:13:50 UTC 2023
On Tue, 1 Aug 2023 03:40:23 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> A trivial change: ‘it self’ → ‘itself’.
>>
>> In addition to it, I added a comma after ‘Similarly’ where it starts a sentence.
>
> src/java.desktop/share/classes/javax/swing/JFormattedTextField.java line 147:
>
>> 145: * commit the value.
>> 146: * <p>
>> 147: * <code>JFormattedTextField</code> does not do the formatting itself,
>
> Looks like we have the same typo in some other files Like SwingSet2, etc. please double-check.
We may… I didn't scan the entire code base, I was reading the code of `JFormattedTextField` found the typo and decided to correct it. It's part of the Java SE API.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15087#discussion_r1280407509
More information about the client-libs-dev
mailing list