]> git.mxchange.org Git - jcustomer-core.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 23 Jun 2022 11:09:37 +0000 (13:09 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 23 Jun 2022 11:09:37 +0000 (13:09 +0200)
- tpzo fixed

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jcustomercore/model/customer/Customers.java

index 5552631b504bf3bb6a880448666cc8b1d9be46de..fa10bc3ea1900ee4493fb29bab5162dce87cf35b 100644 (file)
@@ -52,7 +52,7 @@ public class Customers {
         * @return Comparison value
         */
        public static int compare (final Customer customer1, final Customer customer2) {
-               // Check euqality, then at least first must be given
+               // Check equality, then at least first must be given
                if (Objects.equals(customer1, customer2)) {
                        // Both are same
                        return 0;