From: Roland Haeder Date: Tue, 17 May 2016 20:24:38 +0000 (+0200) Subject: It is basicly a POJI, not an other interface, so better call it POJI in X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=41c7e8179d273d3e4f5dce04e675dda743fae67e;p=jcustomer-core.git It is basicly a POJI, not an other interface, so better call it POJI in documentation to make its purpose clear. Signed-off-by: Roland Häder --- diff --git a/src/org/mxchange/jcustomercore/model/customer/Customer.java b/src/org/mxchange/jcustomercore/model/customer/Customer.java index 8b19169..79d4ebe 100644 --- a/src/org/mxchange/jcustomercore/model/customer/Customer.java +++ b/src/org/mxchange/jcustomercore/model/customer/Customer.java @@ -22,7 +22,7 @@ import org.mxchange.jcontacts.contact.Contact; import org.mxchange.jcustomercore.model.customer.status.CustomerAccountStatus; /** - * A customer interface + * A customer POJI *

* @author Roland Haeder */