From 4ee967c94884cbca1ee0006d98fee6fb730e42a1 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sun, 6 Mar 2016 17:42:26 +0100 Subject: [PATCH] Added email address for author --- .../mxchange/jcore/exceptions/MenuInitializationException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5