On Tue, 3 Dec 2024 01:13:09 GMT, Alexander Zvegintsev <[email protected]> 
wrote:

>> Harshitha Onkar has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   frame title
>
> test/jdk/java/awt/datatransfer/Independence/IndependenceAWTTest.java line 88:
> 
>> 86: 
>> 87:         // TextFields to get the contents of clipboard
>> 88:         tf2 = new TextField();
> 
> Line 82
> 
> 
> --- a/test/jdk/java/awt/datatransfer/Independence/IndependenceAWTTest.java
> +++ b/test/jdk/java/awt/datatransfer/Independence/IndependenceAWTTest.java
> @@ -80,7 +80,7 @@ private static void createAndShowUI() {
>          tf1 = new TextField();
>          tf1.addFocusListener(new FocusAdapter() {
>              public void focusGained(FocusEvent fe) {
> -                tf1.setText("Clipboards_Independance_Testing");
> +                tf1.setText("Clipboards_Independence_Testing");
>              }
>          });
> 
> 
> Same for the `IndependenceSwingTest`

The typos are still there.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/22490#discussion_r1867486240

Reply via email to