From: Roland Haeder Date: Fri, 23 Oct 2015 09:46:41 +0000 (+0200) Subject: No need for public here X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=be129d0c759a79235d708a0a7d9b22abe7c72e51;p=jfinancials-lib.git No need for public here Signed-off-by:Roland Häder --- diff --git a/src/org/mxchange/addressbook/model/addressbook/AddressbookSessionBeanRemote.java b/src/org/mxchange/addressbook/model/addressbook/AddressbookSessionBeanRemote.java index d1b4c64..27dbd2b 100644 --- a/src/org/mxchange/addressbook/model/addressbook/AddressbookSessionBeanRemote.java +++ b/src/org/mxchange/addressbook/model/addressbook/AddressbookSessionBeanRemote.java @@ -65,7 +65,7 @@ public interface AddressbookSessionBeanRemote extends Serializable { * @throws NullPointerException If addressbookId is null * @throws IllegalArgumentException If the id number is below 1 */ - public Addressbook getAddressbookById (final Long addressbookId) throws AddressbookNotFoundException; + Addressbook getAddressbookById (final Long addressbookId) throws AddressbookNotFoundException; /** * Returns a list of all entries of given address book, whether the assigned