]> git.mxchange.org Git - jaddressbook-lib.git/blobdiff - src/org/mxchange/addressbook/menu/item/SelectableMenuItem.java
auto-formatted project + updated jars
[jaddressbook-lib.git] / src / org / mxchange / addressbook / menu / item / SelectableMenuItem.java
index a6de00a155adddf0fc80df47c811d262fea93a60..f3cf4cc7056ccb7a30361f102d992f17c9c8a98c 100644 (file)
@@ -26,21 +26,21 @@ public interface SelectableMenuItem {
 
        /**
         * Shows this menu item
-        *
+        * <p>
         * @param client Client instance
         */
        public void show (final Client client);
 
        /**
         * Access key
-        *
+        * <p>
         * @return the accessKey
         */
        public char getAccessKey ();
 
        /**
         * Text to user
-        *
+        * <p>
         * @return the text
         */
        public String getText ();