]> git.mxchange.org Git - jcontacts-lib.git/blobdiff - src/org/mxchange/jcontacts/model/contact/ContactSessionBeanRemote.java
Continued:
[jcontacts-lib.git] / src / org / mxchange / jcontacts / model / contact / ContactSessionBeanRemote.java
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 ();
-
 }