]> git.mxchange.org Git - jaddressbook-share-core.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 19 Apr 2020 04:00:21 +0000 (06:00 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 19 Apr 2020 04:00:21 +0000 (06:00 +0200)
- always validate parameter in public/package/protected methods

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jaddressbookshare/model/addressbook/shared/AddressbookShare.java

index 778131e04114dddebc3d51cd012aaabd357177ba..fa509dd6c4d011bd413409e47c3e8255984c2874 100644 (file)
@@ -120,7 +120,7 @@ public class AddressbookShare implements ShareableAddressbook {
         * @param sharee      User sharee instance
         */
        public AddressbookShare (final Addressbook addressbook, final User sharee) {
-               // Call default constructor
+               // Invoke default constructor
                this();
 
                // Check all conditions