]> git.mxchange.org Git - jcustomer-core.git/blobdiff - src/org/mxchange/jshopcore/model/customer/ShopCustomer.java
auto-formatted project + updated jars
[jcustomer-core.git] / src / org / mxchange / jshopcore / model / customer / ShopCustomer.java
index 606f633d4e2ff3d1e24e8042e79e0c5ab4af28f0..6de33c56e65c2c78bffdb55d09bc7488fab73d2a 100644 (file)
@@ -36,7 +36,7 @@ import org.mxchange.jshopcore.model.customer.status.CustomerAccountStatus;
 
 /**
  * A shop customer class.
- *
+ * <p>
  * @author Roland Haeder<roland@mxchange.org>
  */
 @Entity (name = "customer")
@@ -101,7 +101,7 @@ public class ShopCustomer implements Customer {
         */
        @Basic (optional = false)
        @Column (name = "customer_account_status", nullable = false)
-       @Enumerated(EnumType.STRING)
+       @Enumerated (EnumType.STRING)
        private CustomerAccountStatus customerAccountStatus;
 
        /**