From: Roland Häder Date: Tue, 26 Apr 2016 11:07:32 +0000 (+0200) Subject: Continued a bit: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a9021d4960029a8b245077266db44e138886279d;p=jcontacts-business-lib.git Continued a bit: - renamed isContactFound to lookupContact - lookupFound needs to return the found instance or null to make some other parts working again --- diff --git a/src/org/mxchange/jcontacts/contact/ContactSessionBeanRemote.java b/src/org/mxchange/jcontacts/contact/ContactSessionBeanRemote.java index f2d4fa3..85e241b 100644 --- a/src/org/mxchange/jcontacts/contact/ContactSessionBeanRemote.java +++ b/src/org/mxchange/jcontacts/contact/ContactSessionBeanRemote.java @@ -34,9 +34,9 @@ public interface ContactSessionBeanRemote extends Serializable { *

* @param contact Contact instance to check *

- * @return Whether there is already an entry + * @return Whether the found instance or null */ - boolean isContactFound (final Contact contact); + Contact lookupContact (final Contact contact); /** * Updates given contact data