From: Roland Haeder Date: Sat, 15 Aug 2015 09:02:17 +0000 (+0200) Subject: Cleaned up logger XML + renamed interface fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a67280d037eb9f783695157780cbbc676e84b26f;p=addressbook-lib.git Cleaned up logger XML + renamed interface fixed Signed-off-by:Roland Häder --- 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);