Skip to content

Commit 3216d19

Browse files
lawrence-andrewprrace
authored andcommittedJul 13, 2022
8289559: java/awt/a11y/AccessibleJPopupMenuTest.java test fails with java.lang.NullPointerException
Reviewed-by: serb
1 parent c83fcbd commit 3216d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/jdk/java/awt/a11y/AccessibleJPopupMenuTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public void actionPerformed(ActionEvent e) {
9393
public static void main(String[] args) throws Exception {
9494
AccessibleJPopupMenuTest a11yTest = new AccessibleJPopupMenuTest();
9595

96-
CountDownLatch countDownLatch = a11yTest.createCountDownLatch();
96+
countDownLatch = a11yTest.createCountDownLatch();
9797
SwingUtilities.invokeLater(a11yTest::createTest);
9898
countDownLatch.await();
9999

0 commit comments

Comments
 (0)