From: Roland Häder Date: Sun, 22 Jan 2023 05:42:29 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=96533e700c30439cda06996a13b0f70fbe935903;p=jaddressbook-share-lib.git Continued: - fixed import(s) --- diff --git a/src/org/mxchange/addressbook/model/shared/AddressbookShareSessionBeanRemote.java b/src/org/mxchange/addressbook/model/shared/AddressbookShareSessionBeanRemote.java index 191ac28..f9a1ad5 100644 --- a/src/org/mxchange/addressbook/model/shared/AddressbookShareSessionBeanRemote.java +++ b/src/org/mxchange/addressbook/model/shared/AddressbookShareSessionBeanRemote.java @@ -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. *

- * @param user User instance + * @param user User instance * @param addressbook Address book instance *

* @return List of users @@ -58,7 +58,7 @@ public interface AddressbookShareSessionBeanRemote extends Serializable { * extracted. *

* @param user User instance to get list of shared address books (shares) - * from + * from *

* @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. *

- * @param sharee User sharee instance + * @param sharee User sharee instance * @param addressbook Address book instance *

* @return Updated share instance