From: Roland Haeder Date: Sun, 6 Mar 2016 16:42:26 +0000 (+0100) Subject: Added email address for author X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4ee967c94884cbca1ee0006d98fee6fb730e42a1;p=jcore.git Added email address for author --- diff --git a/src/org/mxchange/jcore/exceptions/MenuInitializationException.java b/src/org/mxchange/jcore/exceptions/MenuInitializationException.java index d9faa63..fe88501 100644 --- a/src/org/mxchange/jcore/exceptions/MenuInitializationException.java +++ b/src/org/mxchange/jcore/exceptions/MenuInitializationException.java @@ -19,7 +19,7 @@ package org.mxchange.jcore.exceptions; /** * This exception is thrown when the menu cannot be initialized. *

- * @author Roland Haeder + * @author Roland Haeder */ public class MenuInitializationException extends Exception {