From: Roland Häder Date: Sat, 22 Dec 2018 01:26:40 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=09ede30d0816ed6131e7be7621640ea3cf28952c;hp=3f8e2ccf4a833541ad715a0f8bfc61e1ff047608;p=jcontacts-lib.git 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) Signed-off-by: Roland Häder --- 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