]> git.mxchange.org Git - jcontacts-lib.git/commitdiff
Changed copyright notice to the FSF, so after my death they will continue my
authorRoland Häder <roland@mxchange.org>
Fri, 22 Dec 2017 23:01:33 +0000 (00:01 +0100)
committerRoland Häder <roland@mxchange.org>
Fri, 22 Dec 2017 23:01:33 +0000 (00:01 +0100)
interests, nice!

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 03b89b641b1e2b5ad48051fdfa8efe62d42233f8..bb03213900fa2771d125aaefc0eae4f1f5f0f689 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 097863a8b9700406d0488f221078a868712b7a1c..eb3b10d0b2f17b23d42d8ec446e9e5c49a2fad65 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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
@@ -28,17 +28,6 @@ import javax.ejb.Remote;
 @Remote
 public interface ContactSessionBeanRemote extends Serializable {
 
-       /**
-        * Checks whether the given email address is already registered. The email
-        * address should be validated by EmailAddressValidator before calling this
-        * method.
-        * <p>
-        * @param emailAddress Email address to check
-        * <p>
-        * @return Whether the email address is already registered
-        */
-       boolean isEmailAddressRegistered (final String emailAddress);
-
        /**
         * Checks if the given contact can be found by checking the whole list.
         * <p>
index a6417ff4fd91bc02b4f78d7e6400d4b38b016657..253931bdaa8a2036989da7038d281ded40db4e79 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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