]> git.mxchange.org Git - addressbook-lib.git/blobdiff - src/org/mxchange/addressbook/menu/MenuTools.java
@TODO is not valid, only use TODO
[addressbook-lib.git] / src / org / mxchange / addressbook / menu / MenuTools.java
index 30d81642e7fee6702ab425bb4a393ec1e90c860d..d5f4695218ef02ae3ff8147958af94e94339109a 100644 (file)
@@ -46,7 +46,7 @@ public class MenuTools extends BaseAddressbookSystem {
                // Is it there?
                if (!(menu instanceof Menu)) {
                        // Not found
-                       // @todo Rewrite to exception
+                       // TODO Rewrite to exception
                        logger.error("Menu '" + menuType + "' not found.");
                        System.exit(1);
                }