From ea56da37d4e6bb88c7ff012ae24a2f0e11b9b6ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 10 Sep 2017 16:42:07 +0200 Subject: [PATCH] Continued a bit: - removed package from doctag MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../model/customer/CustomerSessionBeanRemote.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/org/mxchange/jcustomercore/model/customer/CustomerSessionBeanRemote.java b/src/org/mxchange/jcustomercore/model/customer/CustomerSessionBeanRemote.java index 38b9556..ce227e5 100644 --- a/src/org/mxchange/jcustomercore/model/customer/CustomerSessionBeanRemote.java +++ b/src/org/mxchange/jcustomercore/model/customer/CustomerSessionBeanRemote.java @@ -67,9 +67,8 @@ public interface CustomerSessionBeanRemote extends Serializable { *

* @return Prepared Customer instance *

- * @throws - * org.mxchange.jcustomercore.exceptions.CustomerAlreadyRegisteredException - * If the customer is already registered. + * @throws CustomerAlreadyRegisteredException If the customer is already + * registered. */ Customer registerCustomer (final Customer customer) throws CustomerAlreadyRegisteredException; -- 2.39.2