]> git.mxchange.org Git - jaddressbook-share-lib.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 22 Jan 2023 05:42:29 +0000 (06:42 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 22 Jan 2023 05:42:29 +0000 (06:42 +0100)
- fixed import(s)

src/org/mxchange/addressbook/model/shared/AddressbookShareSessionBeanRemote.java

index 191ac28e0bfd4402eb2a587f15dbbb941f694a75..f9a1ad53b18d9383e8a33163cc05b70ef5bc5e8a 100644 (file)
@@ -21,7 +21,7 @@ import java.util.List;
 import javax.ejb.Remote;
 import org.mxchange.jaddressbook.model.addressbook.Addressbook;
 import org.mxchange.jaddressbookshare.exceptions.UserAlreadySharingAddressbookException;
-import org.mxchange.jaddressbookshare.model.addressbook.shared.ShareableAddressbook;
+import org.mxchange.jaddressbookshare.model.shared.ShareableAddressbook;
 import org.mxchange.jusercore.model.user.User;
 
 /**
@@ -36,7 +36,7 @@ public interface AddressbookShareSessionBeanRemote extends Serializable {
         * Retrieves a list of all users this user is not sharing the given address
         * book with.
         * <p>
-        * @param user User instance
+        * @param user        User instance
         * @param addressbook Address book instance
         * <p>
         * @return List of users
@@ -58,7 +58,7 @@ public interface AddressbookShareSessionBeanRemote extends Serializable {
         * extracted.
         * <p>
         * @param user User instance to get list of shared address books (shares)
-        * from
+        *             from
         * <p>
         * @return List of shares (= shared address book entries)
         */
@@ -68,7 +68,7 @@ public interface AddressbookShareSessionBeanRemote extends Serializable {
         * Starts an address book share between currently logged-in user and
         * assigned user for current address book.
         * <p>
-        * @param sharee User sharee instance
+        * @param sharee      User sharee instance
         * @param addressbook Address book instance
         * <p>
         * @return Updated share instance