RFR: 8313348: Fix typo in JFormattedTextField: 'it self'
Sergey Bylokhov
serb at openjdk.org
Tue Aug 1 03:42:42 UTC 2023
On Mon, 31 Jul 2023 10:14:45 GMT, Alexey Ivanov <aivanov 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.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15087#discussion_r1280077264
More information about the client-libs-dev
mailing list