]> git.mxchange.org Git - jcontacts-lib.git/commitdiff
updated own name and resources
authorRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:10 +0000 (23:55 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:10 +0000 (23:55 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jcontacts/contact/AdminContactSessionBeanRemote.java
src/org/mxchange/jcontacts/contact/ContactSessionBeanRemote.java
src/org/mxchange/jcontacts/phone/AdminContactsPhoneSessionBeanRemote.java

index 9ef3525625b8c3f5a7b650397e8879c465a1bdf1..6c95dff978e792f8bfefbaa91923733242240474 100644 (file)
@@ -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
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Remote
 public interface AdminContactSessionBeanRemote extends Serializable {
index 587f9a3adeec62b85c442c559777a4fdc37a4b93..8203cc3313f5daf21d11421bd179d48f0c4314f5 100644 (file)
@@ -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
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Remote
 public interface ContactSessionBeanRemote extends Serializable {
index 067d9ce7f97dc0560008efd4878b7d132d51e44c..842ca8c5af3cec537eeb601cbb2b2cca53b0cf67 100644 (file)
@@ -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).
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Remote
 public interface AdminContactsPhoneSessionBeanRemote extends Serializable {