OpenJDK / amber / amber
changeset 54246:5ce51ae5c0e5
8215909: Typo in Swing ProcessMouseEvent method documentation
Reviewed-by: serb, aivanov
author | psadhukhan |
---|---|
date | Fri, 04 Jan 2019 11:40:53 +0530 |
parents | 450c1abf9c62 |
children | 64e7a73195c1 |
files | src/java.desktop/share/classes/javax/swing/MenuElement.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/java.desktop/share/classes/javax/swing/MenuElement.java Fri Jan 04 07:56:39 2019 +0530 +++ b/src/java.desktop/share/classes/javax/swing/MenuElement.java Fri Jan 04 11:40:53 2019 +0530 @@ -43,7 +43,7 @@ * source being the receiving element's component. {@code path} is the * path of the receiving element in the menu hierarchy including the * receiving element itself. {@code manager} is the - * {@code MenuSelectionManager}for the menu hierarchy. This method should + * {@code MenuSelectionManager} for the menu hierarchy. This method should * process the {@code MouseEvent} and change the menu selection if necessary * by using {@code MenuSelectionManager}'s API Note: you do not have to * forward the event to sub-components. This is done automatically by the