]> git.mxchange.org Git - jcontacts-business-lib.git/commitdiff
Continued a bit:
authorRoland Häder <roland@mxchange.org>
Wed, 1 Nov 2017 21:01:19 +0000 (22:01 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 1 Nov 2017 21:01:19 +0000 (22:01 +0100)
- also need to rename POJI here, too

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jcontactsbusiness/model/headquarters/AdminHeadquartersSessionBeanRemote.java
src/org/mxchange/jcontactsbusiness/model/headquarters/HeadquartersSessionBeanRemote.java

index 14c3e5950648fc7e3bffc526f5b6cd7aa45e8d28..5ef695a991eb9b3cd135967b2c53da17fd50eb3f 100644 (file)
@@ -33,13 +33,13 @@ public interface AdminHeadquartersSessionBeanRemote extends Serializable {
         * address was already added, a proper exception is thrown. The parameter is
         * validated before being accepted like that branchId is not set.
         * <p>
-        * @param headquarters Headquarters instance
+        * @param headquarters Headquarter instance
         * <p>
         * @return Updated headquarters instance
         * <p>
         * @throws HeadquartersAlreadyAddedException If the headquarters' address
         * was already added
         */
-       Headquarters addHeadquarters (final Headquarters headquarters) throws HeadquartersAlreadyAddedException;
+       Headquarter addHeadquarters (final Headquarter headquarters) throws HeadquartersAlreadyAddedException;
 
 }
index 12c2534fd6a9c409e88def3987ed94ad4064f527..9b7048216662c89c49f162fa994e88f70b7ca33e 100644 (file)
@@ -33,6 +33,6 @@ public interface HeadquartersSessionBeanRemote extends Serializable {
         * <p>
         * @return A list of all headquarters
         */
-       List<Headquarters> allHeadquarters ();
+       List<Headquarter> allHeadquarters ();
 
 }