From: Roland Haeder Date: Thu, 21 Apr 2016 20:08:11 +0000 (+0200) Subject: it now returns an updated (detached) contact instance X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8ec954527f0c7beca9e5a88fe4086e960b4d9357;p=jcontacts-lib.git it now returns an updated (detached) contact instance --- diff --git a/src/org/mxchange/jcontacts/contact/ContactSessionBeanRemote.java b/src/org/mxchange/jcontacts/contact/ContactSessionBeanRemote.java index d8079c1..c2c9733 100644 --- a/src/org/mxchange/jcontacts/contact/ContactSessionBeanRemote.java +++ b/src/org/mxchange/jcontacts/contact/ContactSessionBeanRemote.java @@ -33,8 +33,10 @@ public interface ContactSessionBeanRemote extends Serializable { * Updates given contact data *

* @param contact Contact data to update + *

+ * @return Updated contact instance */ - void updateContactPersonalData (final Contact contact); + Contact updateContactPersonalData (final Contact contact); /** * Returns a list of all found contacts