From be129d0c759a79235d708a0a7d9b22abe7c72e51 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 23 Oct 2015 11:46:41 +0200 Subject: [PATCH] =?utf8?q?No=20need=20for=20public=20here=20Signed-off-by:?= =?utf8?q?Roland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../model/addressbook/AddressbookSessionBeanRemote.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5