]> git.mxchange.org Git - jaddressbook-share-lib.git/commitdiff
Some empty lines added/removed
authorRoland Haeder <roland@mxchange.org>
Sat, 20 Feb 2016 20:41:58 +0000 (21:41 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 20 Feb 2016 20:41:58 +0000 (21:41 +0100)
src/org/mxchange/addressbook/events/sharing/type/SharingType.java
src/org/mxchange/addressbook/model/addressbook/entry/AddressbookEntry.java
src/org/mxchange/addressbook/model/shared/SharedAddressbooksSessionBeanRemote.java

index 45f281872d8280081e6dc379e1a623e2566d98bf..8012d3f67ae1eecbb3883e1d2c41dde19abd6b85 100644 (file)
@@ -32,4 +32,5 @@ public enum SharingType {
         * Sharing has been ended
         */
        ENDED;
+
 }
index 411974edcf5b7f41e121b50968cbd326dae5d270..1c7a6f3547ace54ed4c8b29215ef3da433530839 100644 (file)
@@ -100,8 +100,8 @@ public interface AddressbookEntry extends Serializable {
        void setAddressbookId (final Addressbook addressbookId);
 
        @Override
-        boolean equals (final Object object);
+       boolean equals (final Object object);
 
        @Override
-        int hashCode ();
+       int hashCode ();
 }
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);