From: Roland Häder Date: Sun, 19 Apr 2020 04:00:21 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=acf43a4d4f8608861d2cb8949e772ae8ea262e3d;p=jaddressbook-share-core.git Continued: - always validate parameter in public/package/protected methods Signed-off-by: Roland Häder --- diff --git a/src/org/mxchange/jaddressbookshare/model/addressbook/shared/AddressbookShare.java b/src/org/mxchange/jaddressbookshare/model/addressbook/shared/AddressbookShare.java index 778131e..fa509dd 100644 --- a/src/org/mxchange/jaddressbookshare/model/addressbook/shared/AddressbookShare.java +++ b/src/org/mxchange/jaddressbookshare/model/addressbook/shared/AddressbookShare.java @@ -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