From a67280d037eb9f783695157780cbbc676e84b26f Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 15 Aug 2015 11:02:17 +0200 Subject: [PATCH] =?utf8?q?Cleaned=20up=20logger=20XML=20+=20renamed=20inte?= =?utf8?q?rface=20fixed=20Signed-off-by:Roland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Addressbook/src/log4j2.xml | 3 +-- .../frontend/contact/AddressbookContactDatabaseFrontend.java | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Addressbook/src/log4j2.xml b/Addressbook/src/log4j2.xml index 8860f19..1ebbd9f 100644 --- a/Addressbook/src/log4j2.xml +++ b/Addressbook/src/log4j2.xml @@ -15,7 +15,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . --> - + @@ -23,7 +23,6 @@ along with this program. If not, see . - diff --git a/Addressbook/src/org/mxchange/addressbook/database/frontend/contact/AddressbookContactDatabaseFrontend.java b/Addressbook/src/org/mxchange/addressbook/database/frontend/contact/AddressbookContactDatabaseFrontend.java index 0b98b4b..89802a8 100644 --- a/Addressbook/src/org/mxchange/addressbook/database/frontend/contact/AddressbookContactDatabaseFrontend.java +++ b/Addressbook/src/org/mxchange/addressbook/database/frontend/contact/AddressbookContactDatabaseFrontend.java @@ -31,7 +31,7 @@ import org.mxchange.addressbook.manager.contact.AddressbookContactManager; import org.mxchange.jcore.contact.Contact; import org.mxchange.jcore.contact.Gender; import org.mxchange.jcore.criteria.searchable.SearchCriteria; -import org.mxchange.jcore.criteria.searchable.SearchableCritera; +import org.mxchange.jcore.criteria.searchable.SearchableCriteria; import org.mxchange.jcore.database.frontend.BaseDatabaseFrontend; import org.mxchange.jcore.database.result.Result; import org.mxchange.jcore.database.storage.Storeable; @@ -245,7 +245,7 @@ public class AddressbookContactDatabaseFrontend extends BaseDatabaseFrontend imp @Override public boolean isOwnContactFound () throws SQLException, IOException, BadTokenException, CorruptedDatabaseFileException, NoSuchMethodException, IllegalAccessException, InvocationTargetException { // Get search criteria instance - SearchableCritera critera = new SearchCriteria(); + SearchableCriteria critera = new SearchCriteria(); // Add condition critera.addCriteria(AddressbookContactDatabaseConstants.COLUMN_OWN_CONTACT, true); -- 2.39.5