]> git.mxchange.org Git - jcustomer-lib.git/blobdiff - src/org/mxchange/jcustomercore/model/customer/CustomerSessionBeanRemote.java
Continued a bit:
[jcustomer-lib.git] / src / org / mxchange / jcustomercore / model / customer / CustomerSessionBeanRemote.java
index f966f6e6038e0e8e96e4c965b6f0ac7277672c46..ce227e55a55127090daf50067846fe1e0f712f7b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -67,9 +67,8 @@ public interface CustomerSessionBeanRemote extends Serializable {
         * <p>
         * @return Prepared Customer instance
         * <p>
-        * @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;