]> git.mxchange.org Git - jcontacts-lib.git/blobdiff - src/org/mxchange/jcontacts/phone/AdminContactsPhoneSessionBeanRemote.java
updated own name and resources
[jcontacts-lib.git] / src / org / mxchange / jcontacts / phone / AdminContactsPhoneSessionBeanRemote.java
index 4f65fe75b5774847028de48d56762720eded64d3..842ca8c5af3cec537eeb601cbb2b2cca53b0cf67 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -29,7 +29,7 @@ import org.mxchange.jphone.phonenumbers.mobile.DialableMobileNumber;
  * A remote interface for administrative purposes around contact's phone numbers
  * (any type).
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Remote
 public interface AdminContactsPhoneSessionBeanRemote extends Serializable {
@@ -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