]> git.mxchange.org Git - jcontacts-lib.git/commitdiff
it now returns an updated (detached) contact instance
authorRoland Haeder <roland@mxchange.org>
Thu, 21 Apr 2016 20:08:11 +0000 (22:08 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 21 Apr 2016 20:08:11 +0000 (22:08 +0200)
src/org/mxchange/jcontacts/contact/ContactSessionBeanRemote.java

index d8079c1a290288a6f7f8711c308643481439cda1..c2c973372ab658823f8c02247252754cf2f87888 100644 (file)
@@ -33,8 +33,10 @@ public interface ContactSessionBeanRemote extends Serializable {
         * Updates given contact data
         * <p>
         * @param contact Contact data to update
+        * <p>
+        * @return Updated contact instance
         */
-       void updateContactPersonalData (final Contact contact);
+       Contact updateContactPersonalData (final Contact contact);
 
        /**
         * Returns a list of all found contacts