From 8ec954527f0c7beca9e5a88fe4086e960b4d9357 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Thu, 21 Apr 2016 22:08:11 +0200 Subject: [PATCH] it now returns an updated (detached) contact instance --- .../mxchange/jcontacts/contact/ContactSessionBeanRemote.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5