]> git.mxchange.org Git - jcore.git/commitdiff
Some comments improved to make the purpose of BaseContact more clear
authorRoland Haeder <roland@mxchange.org>
Wed, 12 Aug 2015 13:04:11 +0000 (15:04 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 12 Aug 2015 13:04:11 +0000 (15:04 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/org/mxchange/jcore/contact/BaseContact.java

index 6cf33db29f6c4749ede6195726355605b6d97019..e00f46392f261bb619467c6a22a2ec0ff1bfc041 100644 (file)
@@ -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 () {
        }