From: Roland Haeder Date: Wed, 12 Aug 2015 13:04:11 +0000 (+0200) Subject: Some comments improved to make the purpose of BaseContact more clear X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a30663a686c727af1c2de7ba1ba8a3f4638f17bb;p=jcore.git Some comments improved to make the purpose of BaseContact more clear Signed-off-by:Roland Häder --- diff --git a/src/org/mxchange/jcore/contact/BaseContact.java b/src/org/mxchange/jcore/contact/BaseContact.java index 6cf33db..e00f463 100644 --- a/src/org/mxchange/jcore/contact/BaseContact.java +++ b/src/org/mxchange/jcore/contact/BaseContact.java @@ -26,7 +26,7 @@ import org.mxchange.jcore.BaseFrameworkSystem; import org.mxchange.jcore.client.Client; /** - * A general contact + * A general contact class which should only be extended. * * @author Roland Haeder * @version 0.0 @@ -114,7 +114,8 @@ public class BaseContact extends BaseFrameworkSystem implements Contact { private Long zipCode; /** - * No instances can be created of this class + * No instances should be created of this class. Better extend this class + * and provide proper constructors. */ protected BaseContact () { }