From 6c4e977418a8eae4c04a71738e2f40cedfb77ffc Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 10 Apr 2017 23:55:10 +0200 Subject: [PATCH] updated own name and resources MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../jcontacts/contact/AdminContactSessionBeanRemote.java | 4 ++-- .../mxchange/jcontacts/contact/ContactSessionBeanRemote.java | 4 ++-- .../jcontacts/phone/AdminContactsPhoneSessionBeanRemote.java | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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 { -- 2.39.2