]> git.mxchange.org Git - jcontacts-business-lib.git/commitdiff
The returned instance was a managed instance that have been updated. First find it...
authorRoland Häder <roland@mxchange.org>
Tue, 23 Aug 2016 09:26:38 +0000 (11:26 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 23 Aug 2016 09:26:38 +0000 (11:26 +0200)
src/org/mxchange/jcontacts/phone/AdminContactsPhoneSessionBeanRemote.java

index 4f65fe75b5774847028de48d56762720eded64d3..067d9ce7f97dc0560008efd4878b7d132d51e44c 100644 (file)
@@ -119,7 +119,7 @@ public interface AdminContactsPhoneSessionBeanRemote extends Serializable {
        Contact linkNewMobileNumberWithContact (final Contact contact, final DialableMobileNumber mobileNumber) throws PhoneNumberAlreadyLinkedException;
 
        /**
-        * Unlinks fax data from given contact and returns the updated (detached?)
+        * Unlinks fax data from given contact and returns the updated (managed)
         * version.
         * <p>
         * @param contact Contact to unlink mobile instance
@@ -134,7 +134,7 @@ public interface AdminContactsPhoneSessionBeanRemote extends Serializable {
 
        /**
         * Unlinks land-line data from given contact and returns the updated
-        * (detached?) version.
+        * (managed) version.
         * <p>
         * @param contact Contact to unlink mobile instance
         * @param landLineNumber Land-line number being unlinked
@@ -147,8 +147,8 @@ public interface AdminContactsPhoneSessionBeanRemote extends Serializable {
        Contact unlinkLandLineDataFromContact (final Contact contact, final DialableLandLineNumber landLineNumber) throws PhoneNumberNotLinkedException;
 
        /**
-        * Unlinks mobile data from given contact and returns the updated
-        * (detached?) version.
+        * Unlinks mobile data from given contact and returns the updated (managed)
+        * version.
         * <p>
         * @param contact Contact to unlink mobile instance
         * @param mobileNumber Mobile number being unlinked