From 09ede30d0816ed6131e7be7621640ea3cf28952c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 22 Dec 2018 02:26:40 +0100 Subject: [PATCH] Continued: - removed allEmailAddresses() as this is superflous, you can get them from the java.util.List and maybe this is no longer required? - updated copyright year to 2018 (ops) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../model/contact/AdminContactSessionBeanRemote.java | 2 +- .../model/contact/ContactSessionBeanRemote.java | 9 +-------- .../model/phone/AdminContactsPhoneSessionBeanRemote.java | 2 +- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/src/org/mxchange/jcontacts/model/contact/AdminContactSessionBeanRemote.java b/src/org/mxchange/jcontacts/model/contact/AdminContactSessionBeanRemote.java index bb03213..e1d5f0e 100644 --- a/src/org/mxchange/jcontacts/model/contact/AdminContactSessionBeanRemote.java +++ b/src/org/mxchange/jcontacts/model/contact/AdminContactSessionBeanRemote.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 Free Software Foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/mxchange/jcontacts/model/contact/ContactSessionBeanRemote.java b/src/org/mxchange/jcontacts/model/contact/ContactSessionBeanRemote.java index eb3b10d..7878765 100644 --- a/src/org/mxchange/jcontacts/model/contact/ContactSessionBeanRemote.java +++ b/src/org/mxchange/jcontacts/model/contact/ContactSessionBeanRemote.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 Free Software Foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -70,11 +70,4 @@ public interface ContactSessionBeanRemote extends Serializable { */ List allContacts (); - /** - * Returns a list of all registered email addresses. - *

- * @return A list of all email addresses - */ - List allEmailAddresses (); - } diff --git a/src/org/mxchange/jcontacts/model/phone/AdminContactsPhoneSessionBeanRemote.java b/src/org/mxchange/jcontacts/model/phone/AdminContactsPhoneSessionBeanRemote.java index 253931b..66a5588 100644 --- a/src/org/mxchange/jcontacts/model/phone/AdminContactsPhoneSessionBeanRemote.java +++ b/src/org/mxchange/jcontacts/model/phone/AdminContactsPhoneSessionBeanRemote.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 Free Software Foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- 2.39.2