From fa171e22d4835eb38dc18f39a27434920556614e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 26 Apr 2016 10:19:07 +0200 Subject: [PATCH] Moved business method to jcustomer-lib as it is generic enough --- .../customer/PizzaAdminCustomerSessionBeanRemote.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/org/mxchange/pizzaapplication/model/customer/PizzaAdminCustomerSessionBeanRemote.java b/src/org/mxchange/pizzaapplication/model/customer/PizzaAdminCustomerSessionBeanRemote.java index 2be1ff8..fba52b1 100644 --- a/src/org/mxchange/pizzaapplication/model/customer/PizzaAdminCustomerSessionBeanRemote.java +++ b/src/org/mxchange/pizzaapplication/model/customer/PizzaAdminCustomerSessionBeanRemote.java @@ -42,11 +42,4 @@ public interface PizzaAdminCustomerSessionBeanRemote extends AdminCustomerSessio */ public static final char CUSTOMER_NUMBER_SEPARATOR = '-'; - /** - * Creates a new (free) customer number. - *

- * @return Free customer number (no free number should not happen) - */ - String createCustomerNumber (); - } -- 2.39.5