Skip to content

Commit 151ab6a

Browse files
committedJan 3, 2020
8236545: Compilation error in mach5 java/awt/FileDialog/MacOSGoToFolderCrash.java
Reviewed-by: dmarkov
1 parent 39d46a1 commit 151ab6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/jdk/java/awt/FileDialog/MacOSGoToFolderCrash.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static void main(final String[] args) throws Exception {
4545
Robot robot = new Robot();
4646
robot.setAutoDelay(400);
4747
robot.waitForIdle();
48-
// "+Shift+G" Open "Go To Folder" window
48+
// "CMD+Shift+G" - Open "Go To Folder" window
4949
robot.keyPress(KeyEvent.VK_META);
5050
robot.keyPress(KeyEvent.VK_SHIFT);
5151
robot.keyPress(KeyEvent.VK_G);

0 commit comments

Comments
 (0)
Please sign in to comment.