From: Roland Haeder Date: Wed, 24 Feb 2016 16:21:11 +0000 (+0100) Subject: Don't miss 'final' :-) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=05f71d4a11a0d5430aac68d1dbafffa7478bbd3e;p=jproduct-core.git Don't miss 'final' :-) --- 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. }