On Tue, 3 Dec 2024 10:47:05 GMT, Alexander Zvegintsev <[email protected]> 
wrote:

>> 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.

Missed it. Typo fixed now.

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

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

Reply via email to