<Swing Dev> [13] RFR JDK-8215909: Typo in Swing ProcessMouseEvent method documentation

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Wed Jan 2 22:37:37 UTC 2019


Looks fine.

On 02/01/2019 01:56, Prasanta Sadhukhan wrote:
> Hi All,
> 
> Please review a doc fix to fix space missing after {@code} tag.
> 
> diff -r 9eee0b148002 src/java.desktop/share/classes/javax/swing/MenuElement.java
> --- a/src/java.desktop/share/classes/javax/swing/MenuElement.java Thu Dec 20 12:44:41 2018 +0000
> +++ b/src/java.desktop/share/classes/javax/swing/MenuElement.java Wed Jan 02 15:24:45 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
> 
> Regards
> Prasanta


-- 
Best regards, Sergey.


More information about the swing-dev mailing list