]> git.mxchange.org Git - jcontacts-business-lib.git/commitdiff
renamed method
authorRoland Häder <roland@mxchange.org>
Fri, 22 Apr 2016 12:26:11 +0000 (14:26 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 22 Apr 2016 12:26:11 +0000 (14:26 +0200)
src/org/mxchange/jcontacts/contact/ContactSessionBeanRemote.java

index 1fcd47ebe0b92bc4265cddb7e57cdeacdf75c6ce..66550fc1db68584ecd91d33c4e187dc9081ece50 100644 (file)
@@ -39,7 +39,7 @@ public interface ContactSessionBeanRemote extends Serializable {
         * <p>\r
         * @return Updated contact instance\r
         */\r
-       Contact updateContactPersonalData (final Contact contact, final boolean isCellphoneUnlinked, final boolean isLandlineUnlinked, final boolean isFaxUnlinked);\r
+       Contact updateContactData (final Contact contact, final boolean isCellphoneUnlinked, final boolean isLandlineUnlinked, final boolean isFaxUnlinked);\r
 \r
        /**\r
         * Returns a list of all found contacts\r