]> git.mxchange.org Git - jfinancials-swing.git/blobdiff - src/org/mxchange/addressbook/menu/item/SelectableMenuItem.java
Cleanup through inspection + updated jar(s)
[jfinancials-swing.git] / src / org / mxchange / addressbook / menu / item / SelectableMenuItem.java
index 59758f821b201f9619d514052a705b6259e0bbce..5f81076c9c20db0ac5754b1dd77688ecedbeff6a 100644 (file)
@@ -31,19 +31,19 @@ public interface SelectableMenuItem extends FrameworkInterface {
         * <p>
         * @return the accessKey
         */
-       public char getAccessKey ();
+       char getAccessKey ();
 
        /**
         * Text to user
         * <p>
         * @return the text
         */
-       public String getText ();
+       String getText ();
 
        /**
         * Shows this menu item
         * <p>
         * @param client Client instance
         */
-       public void show (final Client client);
+       void show (final Client client);
 }