From a8fa1bbba81ad8a06249e6bd582e9b4bb8c85ae1 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 20 Feb 2016 21:41:58 +0100 Subject: [PATCH] Some empty lines added/removed --- .../mxchange/addressbook/events/sharing/type/SharingType.java | 1 + .../addressbook/model/addressbook/entry/AddressbookEntry.java | 4 ++-- .../model/shared/SharedAddressbooksSessionBeanRemote.java | 4 ++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/org/mxchange/addressbook/events/sharing/type/SharingType.java b/src/org/mxchange/addressbook/events/sharing/type/SharingType.java index 45f2818..8012d3f 100644 --- a/src/org/mxchange/addressbook/events/sharing/type/SharingType.java +++ b/src/org/mxchange/addressbook/events/sharing/type/SharingType.java @@ -32,4 +32,5 @@ public enum SharingType { * Sharing has been ended */ ENDED; + } diff --git a/src/org/mxchange/addressbook/model/addressbook/entry/AddressbookEntry.java b/src/org/mxchange/addressbook/model/addressbook/entry/AddressbookEntry.java index 411974e..1c7a6f3 100644 --- a/src/org/mxchange/addressbook/model/addressbook/entry/AddressbookEntry.java +++ b/src/org/mxchange/addressbook/model/addressbook/entry/AddressbookEntry.java @@ -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 (); } diff --git a/src/org/mxchange/addressbook/model/shared/SharedAddressbooksSessionBeanRemote.java b/src/org/mxchange/addressbook/model/shared/SharedAddressbooksSessionBeanRemote.java index 447420a..064d382 100644 --- a/src/org/mxchange/addressbook/model/shared/SharedAddressbooksSessionBeanRemote.java +++ b/src/org/mxchange/addressbook/model/shared/SharedAddressbooksSessionBeanRemote.java @@ -39,6 +39,7 @@ public interface SharedAddressbooksSessionBeanRemote extends Serializable { *

* @param user User instance to get list of shared address books (shares) * from + * * @return List of shares (= shared address book entries) */ List allSharedAddressbooks (final User user); @@ -49,7 +50,9 @@ public interface SharedAddressbooksSessionBeanRemote extends Serializable { *

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

* @param user User instance + * * @return Whether the user is sharing address books */ Boolean isUserSharingAddressbooks (final User user); -- 2.39.2