From a9021d4960029a8b245077266db44e138886279d Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Tue, 26 Apr 2016 13:07:32 +0200
Subject: [PATCH] Continued a bit: - renamed isContactFound to lookupContact -
 lookupFound needs to return the found instance or null to make some other
 parts working again

---
 .../mxchange/jcontacts/contact/ContactSessionBeanRemote.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 {
 	 * <p>
 	 * @param contact Contact instance to check
 	 * <p>
-	 * @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
-- 
2.39.5