From 05f71d4a11a0d5430aac68d1dbafffa7478bbd3e Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Wed, 24 Feb 2016 17:21:11 +0100 Subject: [PATCH] Don't miss 'final' :-) --- src/org/mxchange/jshopcore/model/customer/ShopCustomer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/mxchange/jshopcore/model/customer/ShopCustomer.java b/src/org/mxchange/jshopcore/model/customer/ShopCustomer.java index 02610b3..3eb53cc 100644 --- a/src/org/mxchange/jshopcore/model/customer/ShopCustomer.java +++ b/src/org/mxchange/jshopcore/model/customer/ShopCustomer.java @@ -112,7 +112,7 @@ public class ShopCustomer implements Customer, Comparable { } @Override - public int compareTo (Customer customer) { + public int compareTo (final Customer customer) { throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates. } -- 2.39.5