]> git.mxchange.org Git - jcontacts-lib.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 22 Dec 2018 01:26:40 +0000 (02:26 +0100)
committerRoland Häder <roland@mxchange.org>
Sat, 22 Dec 2018 01:26:40 +0000 (02:26 +0100)
- removed allEmailAddresses() as this is superflous, you can get them from the
  java.util.List<Contact> and maybe this is no longer required?
- updated copyright year to 2018 (ops)

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jcontacts/model/contact/AdminContactSessionBeanRemote.java
src/org/mxchange/jcontacts/model/contact/ContactSessionBeanRemote.java
src/org/mxchange/jcontacts/model/phone/AdminContactsPhoneSessionBeanRemote.java

index bb03213900fa2771d125aaefc0eae4f1f5f0f689..e1d5f0e2fd89b2d3a9a51d80c98e6973aaaaf4fe 100644 (file)
@@ -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
index eb3b10d0b2f17b23d42d8ec446e9e5c49a2fad65..78787659e1b036061c9ec06a8776c845e5c5975f 100644 (file)
@@ -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<Contact> allContacts ();
 
-       /**
-        * Returns a list of all registered email addresses.
-        * <p>
-        * @return A list of all email addresses
-        */
-       List<String> allEmailAddresses ();
-
 }
index 253931bdaa8a2036989da7038d281ded40db4e79..66a5588f4e72a4d7b39e204b262a08fbd1c20128 100644 (file)
@@ -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