From c81411ef88b620eb5fcc9410659c84c9271704c4 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 3 Jul 2017 15:32:03 +0200 Subject: [PATCH] comment polish --- src/dorkbox/systemTray/swingUI/SwingUIFactory.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dorkbox/systemTray/swingUI/SwingUIFactory.java b/src/dorkbox/systemTray/swingUI/SwingUIFactory.java index 0cee1eb..a2a5463 100644 --- a/src/dorkbox/systemTray/swingUI/SwingUIFactory.java +++ b/src/dorkbox/systemTray/swingUI/SwingUIFactory.java @@ -45,7 +45,7 @@ interface SwingUIFactory { * Allows one to specify the Look & Feel of the menus (The main SystemTray and sub-menus) * * @param jPopupMenu the swing JPopupMenu that is displayed when one clicks on the System Tray icon - * @param entry the entry which is bound to the menu, or null if it is the main SystemTray menu. + * @param entry the entry which is bound to the menu, or NULL if it is the main SystemTray menu. * * @return the UI used to customize the Look & Feel of the SystemTray menu + sub-menus */ @@ -55,7 +55,7 @@ interface SwingUIFactory { * Allows one to specify the Look & Feel of a menu entry * * @param jMenuItem the swing JMenuItem that is displayed in the menu - * @param entry the entry which is bound to the JMenuItem. Can be null during initialization. + * @param entry the entry which is bound to the JMenuItem. Can be NULL during initialization. * * @return the UI used to customize the Look & Feel of the menu entry */