From 708bf6f89db0fb6720246687b2c24ab1b35b09cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 23 Jun 2022 13:09:36 +0200 Subject: [PATCH 1/1] Continued: - tpzo fixed MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- src/org/mxchange/jcontacts/model/contact/Contacts.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/mxchange/jcontacts/model/contact/Contacts.java b/src/org/mxchange/jcontacts/model/contact/Contacts.java index 1968be8..a5f36a3 100644 --- a/src/org/mxchange/jcontacts/model/contact/Contacts.java +++ b/src/org/mxchange/jcontacts/model/contact/Contacts.java @@ -49,7 +49,7 @@ public class Contacts implements Serializable { * @return Comparison value */ public static int compare (final Contact contact1, final Contact contact2) { - // Check euqality, then at least first must be given + // Check equality, then at least first must be given if (Objects.equals(contact1, contact2)) { // Both are same return 0; -- 2.39.2