]> git.mxchange.org Git - addressbook-lib.git/blobdiff - src/org/mxchange/addressbook/model/shared/SharedAddressbooksSessionBeanRemote.java
Some empty lines added/removed
[addressbook-lib.git] / src / org / mxchange / addressbook / model / shared / SharedAddressbooksSessionBeanRemote.java
index 447420af7bc7f4ac9bf4fd87830a1b6a57f897d7..064d382421faa4e115fb300ff06c9ee902542464 100644 (file)
@@ -39,6 +39,7 @@ public interface SharedAddressbooksSessionBeanRemote extends Serializable {
         * <p>
         * @param user User instance to get list of shared address books (shares)
         * from
+        *
         * @return List of shares (= shared address book entries)
         */
        List<ShareableAddressbook> allSharedAddressbooks (final User user);
@@ -49,7 +50,9 @@ public interface SharedAddressbooksSessionBeanRemote extends Serializable {
         * <p>
         * @param sharee User sharee instance
         * @param addressbook Address book instance
+        *
         * @return Updated share instance
+        *
         * @throws
         * org.mxchange.addressbook.exceptions.UserAlreadySharingAddressbookException
         * When the user is already sharing the address book
@@ -60,6 +63,7 @@ public interface SharedAddressbooksSessionBeanRemote extends Serializable {
         * Checks if the given user is sharing address books with others
         * <p>
         * @param user User instance
+        *
         * @return Whether the user is sharing address books
         */
        Boolean isUserSharingAddressbooks (final User user);