From: Roland Haeder Date: Mon, 10 Apr 2017 21:55:10 +0000 (+0200) Subject: updated own name and resources X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6c4e977418a8eae4c04a71738e2f40cedfb77ffc;hp=8952debd41b6821d64b6042c132fe62ad4352c98;p=jcontacts-lib.git updated own name and resources Signed-off-by: Roland Häder --- diff --git a/src/org/mxchange/jcontacts/contact/AdminContactSessionBeanRemote.java b/src/org/mxchange/jcontacts/contact/AdminContactSessionBeanRemote.java index 9ef3525..6c95dff 100644 --- a/src/org/mxchange/jcontacts/contact/AdminContactSessionBeanRemote.java +++ b/src/org/mxchange/jcontacts/contact/AdminContactSessionBeanRemote.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Haeder + * Copyright (C) 2016 Roland Häder * * 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 @@ -23,7 +23,7 @@ import org.mxchange.jcontacts.exceptions.ContactAlreadyAddedException; /** * A remote interface for administrative contact purposes *

- * @author Roland Haeder + * @author Roland Häder */ @Remote public interface AdminContactSessionBeanRemote extends Serializable { diff --git a/src/org/mxchange/jcontacts/contact/ContactSessionBeanRemote.java b/src/org/mxchange/jcontacts/contact/ContactSessionBeanRemote.java index 587f9a3..8203cc3 100644 --- a/src/org/mxchange/jcontacts/contact/ContactSessionBeanRemote.java +++ b/src/org/mxchange/jcontacts/contact/ContactSessionBeanRemote.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Haeder + * Copyright (C) 2016 Roland Häder * * 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 @@ -24,7 +24,7 @@ import org.mxchange.jcontacts.exceptions.ContactNotFoundException; /** * A remote interface for general contact purposes *

- * @author Roland Haeder + * @author Roland Häder */ @Remote public interface ContactSessionBeanRemote extends Serializable { diff --git a/src/org/mxchange/jcontacts/phone/AdminContactsPhoneSessionBeanRemote.java b/src/org/mxchange/jcontacts/phone/AdminContactsPhoneSessionBeanRemote.java index 067d9ce..842ca8c 100644 --- a/src/org/mxchange/jcontacts/phone/AdminContactsPhoneSessionBeanRemote.java +++ b/src/org/mxchange/jcontacts/phone/AdminContactsPhoneSessionBeanRemote.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Haeder + * Copyright (C) 2016 Roland Häder * * 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 @@ -29,7 +29,7 @@ import org.mxchange.jphone.phonenumbers.mobile.DialableMobileNumber; * A remote interface for administrative purposes around contact's phone numbers * (any type). *

- * @author Roland Haeder + * @author Roland Häder */ @Remote public interface AdminContactsPhoneSessionBeanRemote extends Serializable {