]> git.mxchange.org Git - jproduct-core.git/blobdiff - src/org/mxchange/jshopcore/model/customer/status/CustomerAccountStatus.java
auto-formatted project + updated jars
[jproduct-core.git] / src / org / mxchange / jshopcore / model / customer / status / CustomerAccountStatus.java
index 5b415573b1e08ad40ff79d0e221c39e2f74dc61c..d4142dadf578a38e65fe9df3801f81277857662b 100644 (file)
@@ -20,10 +20,11 @@ import java.io.Serializable;
 
 /**
  * An enum for customer's account status like confirmed, locked, etc.
- *
+ * <p>
  * @author Roland Haeder
  */
 public enum CustomerAccountStatus implements Serializable {
+
        /**
         * Unconfirmed (default)
         */
@@ -46,7 +47,7 @@ public enum CustomerAccountStatus implements Serializable {
 
        /**
         * Constructor with i18n translation key
-        *
+        * <p>
         * @param messageKey Message key (i18n)
         */
        private CustomerAccountStatus (final String messageKey) {
@@ -56,7 +57,7 @@ public enum CustomerAccountStatus implements Serializable {
 
        /**
         * Output value (for messages)
-        *
+        * <p>
         * @return the messageKey
         */
        public String getMessageKey () {