From ab781d8fdd3035daedcbdfbf5ba70cb49e84a1a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 25 Apr 2016 15:33:54 +0200 Subject: [PATCH] tpyo fixed --- .../mxchange/jusercore/model/user/status/UserAccountStatus.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/mxchange/jusercore/model/user/status/UserAccountStatus.java b/src/org/mxchange/jusercore/model/user/status/UserAccountStatus.java index 61c968b..f1eb67c 100644 --- a/src/org/mxchange/jusercore/model/user/status/UserAccountStatus.java +++ b/src/org/mxchange/jusercore/model/user/status/UserAccountStatus.java @@ -54,7 +54,7 @@ public enum UserAccountStatus implements Serializable { * Constructor with i18n translation key *

* @param messageKey Message key (i18n) - * @param styyleClass CSS style class + * @param styleClass CSS style class */ private UserAccountStatus (final String messageKey, final String styleClass) { // Set it here -- 2.39.5