--- old/src/java.desktop/share/classes/javax/swing/MenuElement.java 2018-10-01 10:00:48.082026000 +0700 +++ new/src/java.desktop/share/classes/javax/swing/MenuElement.java 2018-10-01 10:00:47.510026000 +0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -53,7 +53,7 @@ * @param path the path of the receiving element in the menu hierarchy * @param manager the {@code MenuSelectionManager} for the menu hierarchy */ - public void processMouseEvent(MouseEvent event, MenuElement path[], MenuSelectionManager manager); + public void processMouseEvent(MouseEvent event, MenuElement[] path, MenuSelectionManager manager); /** @@ -63,7 +63,7 @@ * @param path the path of the receiving element in the menu hierarchy * @param manager the {@code MenuSelectionManager} for the menu hierarchy */ - public void processKeyEvent(KeyEvent event, MenuElement path[], MenuSelectionManager manager); + public void processKeyEvent(KeyEvent event, MenuElement[] path, MenuSelectionManager manager); /** * Call by the {@code MenuSelectionManager} when the {@code MenuElement} is